Babyloncoder commited on
Commit
44ca1c5
1 Parent(s): 16d0c93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,5 +97,5 @@ interface = gr.Interface(
97
  description="Upload an image or enter an image URL, then specify labels to classify the image."
98
  )
99
 
100
- # Launch the interface with the 'share' argument
101
- iface.launch(share=True)
 
97
  description="Upload an image or enter an image URL, then specify labels to classify the image."
98
  )
99
 
100
+ # Launch the interface
101
+ interface.launch()