fynn3003 commited on
Commit
fdbd5fd
·
1 Parent(s): 914a03b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,5 +30,5 @@ iface = gr.Interface(fn=predict_step,
30
  inputs=gr.inputs.Image(shape=(224, 224)),
31
  outputs=gr.outputs.Textbox(label="Generated Caption"))
32
 
33
- iface.launch(share=True)
34
 
 
30
  inputs=gr.inputs.Image(shape=(224, 224)),
31
  outputs=gr.outputs.Textbox(label="Generated Caption"))
32
 
33
+ iface.launch()
34