Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,4 +34,4 @@ def predict_image(image):
|
|
| 34 |
return class_name
|
| 35 |
|
| 36 |
app = gr.Interface(fn=predict_image, inputs="image", outputs="text")
|
| 37 |
-
app.launch()
|
|
|
|
| 34 |
return class_name
|
| 35 |
|
| 36 |
app = gr.Interface(fn=predict_image, inputs="image", outputs="text")
|
| 37 |
+
app.launch(share=True)
|