mateoluksenberg commited on
Commit
435e17c
1 Parent(s): 2d54649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -47,7 +47,6 @@ async def predict_image(file: UploadFile = File(...)):
47
 
48
  if __name__ == "__main__":
49
 
50
- app = gr.mount_gradio_app(app, demo, "/")
51
  uvicorn.run(app, host="0.0.0.0", port=7860)
52
 
53
  #app.mount("/static", StaticFiles(directory="static", html=True), name="static")
 
47
 
48
  if __name__ == "__main__":
49
 
 
50
  uvicorn.run(app, host="0.0.0.0", port=7860)
51
 
52
  #app.mount("/static", StaticFiles(directory="static", html=True), name="static")