Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|