dmusingu commited on
Commit
0dfcb33
1 Parent(s): 190f7e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,4 +115,4 @@ import gradio as gr
115
 
116
  gr.Interface(fn=predict,
117
  inputs=gr.Image(type="pil"),
118
- outputs=gr.Label(num_top_classes=3)).launch()
 
115
 
116
  gr.Interface(fn=predict,
117
  inputs=gr.Image(type="pil"),
118
+ outputs=gr.Label(num_top_classes=3)).launch(share=True)