taltaf9133 commited on
Commit
4add3f0
1 Parent(s): dcc438f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ demo = gradio.Interface(fn=predict, # mapping function from input to output
64
  description=description,)
65
 
66
  # Launch the demo!
67
- demo.launch(debug = True, share=True)
 
64
  description=description,)
65
 
66
  # Launch the demo!
67
+ demo.launch(debug = True)