AmirAziz1221 commited on
Commit
d911d10
·
verified ·
1 Parent(s): b0c8870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -664,4 +664,8 @@ The report can also be downloaded as a **Word document (.docx)**.
664
  """)
665
 
666
  if __name__ == "__main__":
667
- demo.launch()
 
 
 
 
 
664
  """)
665
 
666
  if __name__ == "__main__":
667
+ demo.launch(
668
+ server_name="0.0.0.0",
669
+ server_port=7860,
670
+ ssr_mode=False
671
+ )