Update app.py
Browse files
app.py
CHANGED
|
@@ -19,4 +19,4 @@ def generate_image(prompt):
|
|
| 19 |
|
| 20 |
import gradio as gr
|
| 21 |
iface = gr.Interface(fn=generate_image, inputs="text", outputs="image")
|
| 22 |
-
iface.launch()
|
|
|
|
| 19 |
|
| 20 |
import gradio as gr
|
| 21 |
iface = gr.Interface(fn=generate_image, inputs="text", outputs="image")
|
| 22 |
+
iface.launch()
|