Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -144,5 +144,5 @@ async def chat_completion(request: ChatCompletionRequest):
|
|
| 144 |
raise HTTPException(status_code=500, detail=f"Scraper Error: {str(e)}")
|
| 145 |
|
| 146 |
if __name__ == "__main__":
|
| 147 |
-
import uvicorn
|
| 148 |
uvicorn.run(app, host="0.0.0.0", port=7860)
|
|
|
|
| 144 |
raise HTTPException(status_code=500, detail=f"Scraper Error: {str(e)}")
|
| 145 |
|
| 146 |
if __name__ == "__main__":
|
| 147 |
+
import uvicorn
|
| 148 |
uvicorn.run(app, host="0.0.0.0", port=7860)
|