Spaces:
Runtime error
Runtime error
mikaelbhai
commited on
Commit
·
c54b1f5
1
Parent(s):
800e0c6
Update app.py
Browse files
app.py
CHANGED
@@ -34,5 +34,5 @@ def DALLE(user_input):
|
|
34 |
|
35 |
return img_arr
|
36 |
|
37 |
-
iface = gr.Interface(fn=DALLE, inputs="text", outputs="image", title="bhAI")
|
38 |
iface.launch()
|
|
|
34 |
|
35 |
return img_arr
|
36 |
|
37 |
+
iface = gr.Interface(fn=DALLE, inputs="text", outputs="image", title="bhAI (text to image)")
|
38 |
iface.launch()
|