muryshev commited on
Commit
cd09fba
1 Parent(s): 2f052b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -19,9 +19,9 @@ async def get_answer(question: Prompt):
19
  return answer
20
 
21
 
22
- if __name__ == '__main__':
23
- uvicorn.run(
24
- app,
25
- host='0.0.0.0',
26
- port=8081
27
- )
 
19
  return answer
20
 
21
 
22
+ # if __name__ == '__main__':
23
+ # uvicorn.run(
24
+ # app,
25
+ # host='0.0.0.0',
26
+ # port=8081
27
+ # )