Anon Anon commited on
Commit
5c61051
·
1 Parent(s): f93a2fd

rem `share=True`

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -467,5 +467,5 @@ with demo:
467
  outputs=[sample_text, female_fig, male_fig, df])
468
 
469
 
470
- demo.launch(debug=True, share=True)
471
 
 
467
  outputs=[sample_text, female_fig, male_fig, df])
468
 
469
 
470
+ demo.launch(debug=True)
471