Spaces:
Running
Running
Removed start for the other app.py
Browse files- code/app.py +0 -5
code/app.py
CHANGED
|
@@ -209,8 +209,3 @@ def root():
|
|
| 209 |
"endpoints": {"POST /predict": "Evaluate auction", "GET /health": "Health check"},
|
| 210 |
}
|
| 211 |
|
| 212 |
-
|
| 213 |
-
if __name__ == "__main__":
|
| 214 |
-
import uvicorn
|
| 215 |
-
|
| 216 |
-
uvicorn.run(app, host="0.0.0.0", port=7860)
|
|
|
|
| 209 |
"endpoints": {"POST /predict": "Evaluate auction", "GET /health": "Health check"},
|
| 210 |
}
|
| 211 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|