CXDJY commited on
Commit
7b95f06
·
1 Parent(s): 36af0e0

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)