Spaces:
Sleeping
Sleeping
Update hf_api.py
Browse files
hf_api.py
CHANGED
@@ -413,7 +413,7 @@ if __name__ == "__main__":
|
|
413 |
import uvicorn
|
414 |
port = int(os.getenv("PORT", 7860))
|
415 |
uvicorn.run(
|
416 |
-
"
|
417 |
host="0.0.0.0",
|
418 |
port=port,
|
419 |
reload=True
|
|
|
413 |
import uvicorn
|
414 |
port = int(os.getenv("PORT", 7860))
|
415 |
uvicorn.run(
|
416 |
+
"api:app",
|
417 |
host="0.0.0.0",
|
418 |
port=port,
|
419 |
reload=True
|