devashish07 commited on
Commit
8844b5d
·
1 Parent(s): 65e0512

fix app.py to remove share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -70,5 +70,4 @@ demo = gr.Interface(fn = predict, # maps inputs to outputs
70
 
71
  # Launch the demo.
72
  demo.launch(debug = True, # Print erros locally
73
- share = True # generate a publically sharable URL
74
- )
 
70
 
71
  # Launch the demo.
72
  demo.launch(debug = True, # Print erros locally
73
+ )