mikaelbhai commited on
Commit
c54b1f5
·
1 Parent(s): 800e0c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()