muryshev commited on
Commit
a11b723
·
verified ·
1 Parent(s): 128eea3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -18,10 +18,3 @@ async def get_answer(question: Prompt):
18
  answer = await get_answer_from_llm(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
- # )
 
18
  answer = await get_answer_from_llm(question.prompt)
19
  return answer
20