Dmitry Beresnev commited on
Commit
5016313
·
1 Parent(s): 0c9698b

test hello world app

Browse files
Files changed (1) hide show
  1. main.py +0 -3
main.py CHANGED
@@ -15,6 +15,3 @@ app = FastAPI()
15
  def read_root():
16
  return {"Hello": "World"}
17
 
18
-
19
- if __name__ == "__main__":
20
- uvicorn.run(app, host="0.0.0.0", port=7860)
 
15
  def read_root():
16
  return {"Hello": "World"}
17