Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,11 +13,6 @@ def t2i(text):
|
|
13 |
|
14 |
image = Image.open('image.png')
|
15 |
return image
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
allow_flagging = "never"
|
20 |
-
|
21 |
-
|
22 |
iface = gr.Interface(fn=t2i, inputs="text", outputs=[gr.Image(label="Generated Image")]).launch()
|
23 |
iface.launch(share=True)
|
|
|
13 |
|
14 |
image = Image.open('image.png')
|
15 |
return image
|
16 |
+
|
|
|
|
|
|
|
|
|
|
|
17 |
iface = gr.Interface(fn=t2i, inputs="text", outputs=[gr.Image(label="Generated Image")]).launch()
|
18 |
iface.launch(share=True)
|