sd99 commited on
Commit
17cba66
·
verified ·
1 Parent(s): 3826e2b

deploy at 2024-09-21 17:02:11.691594

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -7,4 +7,4 @@ app,rt = fast_app()
7
  def get(): return Div(P('Hello World!'), hx_get="/change")
8
 
9
  setup_hf_backup(app)
10
- uvicorn.run("main:app", host='0.0.0.0', port=8001)
 
7
  def get(): return Div(P('Hello World!'), hx_get="/change")
8
 
9
  setup_hf_backup(app)
10
+ uvicorn.run("main:app")