Dhritiman Sagar commited on
Commit
55bead6
·
1 Parent(s): 303f7d1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def classify(im):
21
  interface = gr.Interface(classify, inputs='image', outputs='label', title='Leaf classification on beans dataset',
22
  description='Sample fine-tuning a ViT for bean dataset classification')
23
 
24
- interface.launch(share=True)
 
21
  interface = gr.Interface(classify, inputs='image', outputs='label', title='Leaf classification on beans dataset',
22
  description='Sample fine-tuning a ViT for bean dataset classification')
23
 
24
+ interface.launch()