YazeedBinShihah commited on
Commit
20754d6
·
verified ·
1 Parent(s): 4b81ab0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -979,6 +979,7 @@ if __name__ == "__main__":
979
  demo.launch(
980
  server_name="0.0.0.0",
981
  server_port=int(os.getenv("PORT", "7860")),
982
- show_error=True,
 
983
  )
984
 
 
979
  demo.launch(
980
  server_name="0.0.0.0",
981
  server_port=int(os.getenv("PORT", "7860")),
982
+ share=False,
983
+ show_error=True
984
  )
985