Toadoum commited on
Commit
5a23e16
Β·
verified Β·
1 Parent(s): 98f907b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -564,6 +564,5 @@ if __name__ == "__main__":
564
  demo.launch(
565
  server_name="0.0.0.0",
566
  server_port=7860,
567
- share=False,
568
- show_api=False
569
  )
 
564
  demo.launch(
565
  server_name="0.0.0.0",
566
  server_port=7860,
567
+ share=True,
 
568
  )