souzat19 commited on
Commit
c1ad658
·
verified ·
1 Parent(s): 2c18e37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -75,6 +75,4 @@ def ask_question(question: Question):
75
  async def root():
76
  return {"status": "online", "message": "API is running. Use POST /ask to make queries."}
77
 
78
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
79
-
80
 
 
75
  async def root():
76
  return {"status": "online", "message": "API is running. Use POST /ask to make queries."}
77
 
 
 
78