Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,4 +30,4 @@ interface = gr.Interface(fn=predict_image,
|
|
30 |
description="Upload an image of a cat or dog and the model will predict which one it is.")
|
31 |
|
32 |
# Launch the interface
|
33 |
-
interface.launch()
|
|
|
30 |
description="Upload an image of a cat or dog and the model will predict which one it is.")
|
31 |
|
32 |
# Launch the interface
|
33 |
+
interface.launch(share=True)
|