Spaces:
Sleeping
Sleeping
Update main.py
#2
by Assia24-00 - opened
main.py
CHANGED
|
@@ -253,4 +253,5 @@ async def translate_text(
|
|
| 253 |
# Run the application
|
| 254 |
if __name__ == "__main__":
|
| 255 |
port = int(os.environ.get("PORT", 7860))
|
| 256 |
-
uvicorn.run("app:app", host="0.0.0.0", port=port, reload=False)
|
|
|
|
|
|
| 253 |
# Run the application
|
| 254 |
if __name__ == "__main__":
|
| 255 |
port = int(os.environ.get("PORT", 7860))
|
| 256 |
+
uvicorn.run("app:app", host="0.0.0.0", port=port, reload=False)
|
| 257 |
+
#helloo
|