GitHub Actions commited on
Commit
338873f
·
1 Parent(s): ec2167e

Auto-deploy from GitHub

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import uvicorn
2
  from fastapi import Body, FastAPI, UploadFile, File, Response
3
  from fastapi.responses import JSONResponse
 
1
+ # uvicorn app:app --reload
2
+
3
  import uvicorn
4
  from fastapi import Body, FastAPI, UploadFile, File, Response
5
  from fastapi.responses import JSONResponse