Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,4 +9,4 @@ def predict_image(image):
|
|
| 9 |
interface = gr.Interface(predict_image,inputs="image",outputs="label")
|
| 10 |
|
| 11 |
# Launch the interface
|
| 12 |
-
interface.launch()
|
|
|
|
| 9 |
interface = gr.Interface(predict_image,inputs="image",outputs="label")
|
| 10 |
|
| 11 |
# Launch the interface
|
| 12 |
+
interface.launch(share=True)
|