Update app.py
Browse files
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 |
|