Update app.py
Browse files
app.py
CHANGED
@@ -89,9 +89,8 @@ async def complete(
|
|
89 |
status_code=500, content={"message": "Internal Server Error"}
|
90 |
)
|
91 |
|
92 |
-
|
93 |
if __name__ == "__main__":
|
94 |
import uvicorn
|
95 |
|
96 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
97 |
-
"""
|
|
|
89 |
status_code=500, content={"message": "Internal Server Error"}
|
90 |
)
|
91 |
|
92 |
+
|
93 |
if __name__ == "__main__":
|
94 |
import uvicorn
|
95 |
|
96 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|
|