befozg commited on
Commit
42ae73b
1 Parent(s): e1efe4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ iface = gr.Interface(fn=predict,
33
  examples=["./logo.jpeg"])
34
  print("****************Interface created******************")
35
 
36
- iface.launch(share=True)
 
33
  examples=["./logo.jpeg"])
34
  print("****************Interface created******************")
35
 
36
+ iface.launch()