Spaces:
Runtime error
Runtime error
Calvin commited on
Commit ·
2658ff7
1
Parent(s): cd4a891
change import
Browse files
app.py
CHANGED
|
@@ -46,4 +46,6 @@ async def download_file(filename: str):
|
|
| 46 |
return {"error": "File not found"}
|
| 47 |
|
| 48 |
if __name__ == "__main__":
|
| 49 |
-
uvicorn.run("app:app", host="0.0.0.0", port=7860)
|
|
|
|
|
|
|
|
|
| 46 |
return {"error": "File not found"}
|
| 47 |
|
| 48 |
if __name__ == "__main__":
|
| 49 |
+
uvicorn.run("app:app", host="0.0.0.0", port=7860)
|
| 50 |
+
|
| 51 |
+
#recompile
|