Update app.py
Browse files
app.py
CHANGED
|
@@ -46,4 +46,5 @@ iface = gr.Interface(
|
|
| 46 |
outputs=[gr.Textbox(label="Generated Caption"), gr.Image(label="Generated Design")],
|
| 47 |
live=True
|
| 48 |
)
|
|
|
|
| 49 |
|
|
|
|
| 46 |
outputs=[gr.Textbox(label="Generated Caption"), gr.Image(label="Generated Design")],
|
| 47 |
live=True
|
| 48 |
)
|
| 49 |
+
iface.launch(share=True)
|
| 50 |
|