Skip to content

Commit

Permalink
Update fastapp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
furkmak authored Oct 15, 2024
1 parent 4c22fec commit d6b0dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ async def answer_question(question: str = Form(...), context: str = Form(...)):
# Run the app with Uvicorn when executed directly
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=8080)
uvicorn.run(app, host="0.0.0.0", port=8000)

0 comments on commit d6b0dcb

Please sign in to comment.