Spaces:
Sleeping
Sleeping
Commit
·
1acc0bb
1
Parent(s):
cc801ba
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ def predict_fn(img):
|
|
29 |
|
30 |
return {LABELS[i]: v.item() for i, v in zip(indices, values)}
|
31 |
|
32 |
-
gr.Interface(predict_fn, gr.inputs.Image(type='pil'), outputs='text').launch()
|
|
|
29 |
|
30 |
return {LABELS[i]: v.item() for i, v in zip(indices, values)}
|
31 |
|
32 |
+
gr.Interface(predict_fn, gr.inputs.Image(type='pil'), outputs='text').launch(share=True)
|