Shubham89 commited on
Commit
1d43e05
·
1 Parent(s): ef579c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,8 +14,8 @@ def gradio_ask_ai(user_input):
14
  f.close()
15
  response = index.query(query)
16
  return response.response
17
- a = gradio.File()
18
- #demo = gradio.Interface(fn=gradio_ask_ai, inputs = "text", outputs = "text", title = "Meshworks bot")
19
- demo = gradio.Interface(fn=gradio_ask_ai, inputs = "text", outputs = [a], title = "Meshworks bot")
20
 
21
  demo.launch(inline=False)
 
14
  f.close()
15
  response = index.query(query)
16
  return response.response
17
+ #a = gradio.File()
18
+ demo = gradio.Interface(fn=gradio_ask_ai, inputs = "text", outputs = "text", title = "Meshworks bot")
19
+ #demo = gradio.Interface(fn=gradio_ask_ai, inputs = "text", outputs = [a], title = "Meshworks bot")
20
 
21
  demo.launch(inline=False)