segestic commited on
Commit
d7df43c
1 Parent(s): 34132a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -166,8 +166,8 @@ if __name__ == "__main__":
166
  import subprocess
167
  import uvicorn
168
 
169
- #subprocess.run("uvicorn api.main:app --host 0.0.0.0 --port 7860", shell=True)
170
- subprocess.run("uvicorn api.main:app --host https://segestic-healthblock.hf.space --port 7860", shell=True)
171
 
172
 
173
  ############end table/ledger
 
166
  import subprocess
167
  import uvicorn
168
 
169
+ subprocess.run("uvicorn api.main:app --host 0.0.0.0 --port 7860", shell=True)
170
+
171
 
172
 
173
  ############end table/ledger