Harsimran19 commited on
Commit
30e33e1
1 Parent(s): aad8abb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ demo = gr.Interface(
37
  outputs=gr.outputs.Textbox(label="Predicted Class"),
38
  title=title,
39
  )
40
- demo.launch(share=True)
 
37
  outputs=gr.outputs.Textbox(label="Predicted Class"),
38
  title=title,
39
  )
40
+ demo.launch()