matthoffner commited on
Commit
60f34ef
·
verified ·
1 Parent(s): fb5554d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -32,4 +32,4 @@ def custom_index_route():
32
 
33
  if __name__ == "__main__":
34
  import uvicorn
35
- uvicorn.run(app, host="0.0.0.0", port=7860)
 
32
 
33
  if __name__ == "__main__":
34
  import uvicorn
35
+ uvicorn.run(app, host="https://matthoffner-llama-cpp-server.hf.space", port=7860)