Hammedalmodel commited on
Commit
32c1ef1
·
verified ·
1 Parent(s): 3ee24da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -583,7 +583,3 @@ async def align_api(
583
  status_code=500,
584
  detail=f"Unexpected server error: {str(e)}"
585
  )
586
-
587
-
588
- if __name__ == "__main__":
589
- uvicorn.run(fastapi_app, host="0.0.0.0", port=7860)
 
583
  status_code=500,
584
  detail=f"Unexpected server error: {str(e)}"
585
  )