Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|