Megareyka commited on
Commit
580e36c
1 Parent(s): 76b3f11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ def classify(input_img):
18
  return model.config.id2label[predicted_class_idx]
19
 
20
  demo = gr.Interface(fn=classify, inputs="image", outputs="text")
21
- demo.launch(share=True)
 
18
  return model.config.id2label[predicted_class_idx]
19
 
20
  demo = gr.Interface(fn=classify, inputs="image", outputs="text")
21
+ demo.launch()