Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def generate_image(text):
|
|
| 42 |
|
| 43 |
return im
|
| 44 |
|
| 45 |
-
|
| 46 |
iface = gr.Interface(
|
| 47 |
fn=generate_image,
|
| 48 |
inputs="text",
|
|
@@ -68,5 +68,5 @@ iface = gr.Interface(
|
|
| 68 |
'''
|
| 69 |
)
|
| 70 |
|
| 71 |
-
|
| 72 |
iface.launch()
|
|
|
|
| 42 |
|
| 43 |
return im
|
| 44 |
|
| 45 |
+
|
| 46 |
iface = gr.Interface(
|
| 47 |
fn=generate_image,
|
| 48 |
inputs="text",
|
|
|
|
| 68 |
'''
|
| 69 |
)
|
| 70 |
|
| 71 |
+
|
| 72 |
iface.launch()
|