Wauplin HF staff commited on
Commit
54bac37
1 Parent(s): 75af3c9

allow ips all

Browse files
Files changed (1) hide show
  1. start.py +1 -1
start.py CHANGED
@@ -1,3 +1,3 @@
1
  import subprocess
2
 
3
- subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860", shell=True)
 
1
  import subprocess
2
 
3
+ subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860 --forwarded-allow-ips '*'", shell=True)