Spaces:
Sleeping
Sleeping
Add application file
Browse files
app.py
CHANGED
@@ -91,4 +91,4 @@ def predict(image_tensor, top_k=5):
|
|
91 |
return result
|
92 |
|
93 |
iface = gr.Interface(fn=test2, inputs="image", outputs="text")
|
94 |
-
iface.launch()
|
|
|
91 |
return result
|
92 |
|
93 |
iface = gr.Interface(fn=test2, inputs="image", outputs="text")
|
94 |
+
iface.launch(share=True)
|