olive100 commited on
Commit
b91a87c
1 Parent(s): 6c5e47b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ def hand_classification(img):
48
 
49
  demo = gr.Interface(fn=hand_classification, inputs="image", outputs="label")
50
  gr.close_all()
51
- demo.launch(share=True)
 
48
 
49
  demo = gr.Interface(fn=hand_classification, inputs="image", outputs="label")
50
  gr.close_all()
51
+ demo.launch()