Dhritiman Sagar commited on
Commit
303f7d1
·
1 Parent(s): 24f4e4b

Set app to shareable

Browse files
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()
 
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)