Spaces:
Sleeping
Sleeping
Add application file
Browse files
main.py
CHANGED
|
@@ -64,8 +64,8 @@ def predict(request: PredictionRequest):
|
|
| 64 |
return response_data
|
| 65 |
|
| 66 |
|
| 67 |
-
if __name__ == "__main__":
|
| 68 |
-
|
| 69 |
|
| 70 |
-
|
| 71 |
-
|
|
|
|
| 64 |
return response_data
|
| 65 |
|
| 66 |
|
| 67 |
+
# if __name__ == "__main__":
|
| 68 |
+
# import uvicorn
|
| 69 |
|
| 70 |
+
# print("building")
|
| 71 |
+
# uvicorn.run(app, host="0.0.0.0", reload=True)
|