shukdevdatta123 commited on
Commit
88ba5fa
·
verified ·
1 Parent(s): f11b8ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -431,5 +431,6 @@ if __name__ == "__main__":
431
 
432
  # Launch with settings suitable for Hugging Face Spaces
433
  demo.launch(
434
- share=True
 
435
  )
 
431
 
432
  # Launch with settings suitable for Hugging Face Spaces
433
  demo.launch(
434
+ server_name="0.0.0.0",
435
+ server_port=7860
436
  )