Spaces:
Runtime error
Runtime error
BilalSardar
commited on
Commit
•
4150535
1
Parent(s):
17bb8a5
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,6 @@ import gradio as gr
|
|
39 |
interface = gr.Interface(fn=TextToImage,
|
40 |
inputs=["text", gr.Dropdown(modelieo)],
|
41 |
outputs="image",
|
42 |
-
title='
|
43 |
|
44 |
interface.launch()
|
|
|
39 |
interface = gr.Interface(fn=TextToImage,
|
40 |
inputs=["text", gr.Dropdown(modelieo)],
|
41 |
outputs="image",
|
42 |
+
title='Text to Image')
|
43 |
|
44 |
interface.launch()
|