Tirath5504 commited on
Commit
ee3c5c1
1 Parent(s): 04d2c5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ iface = gr.Interface(fn=predict,
26
  description="Upload an image to classify hateful gestures or symbols")
27
 
28
  if __name__ == "__main__":
29
- iface.launch(share=True)
 
26
  description="Upload an image to classify hateful gestures or symbols")
27
 
28
  if __name__ == "__main__":
29
+ iface.launch()