Fiqa commited on
Commit
a81e611
·
verified ·
1 Parent(s): 9023169

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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