kat33 commited on
Commit
fa52c5f
1 Parent(s): f20f7fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,5 +72,5 @@ def question_answer(context, question, max_tokens):
72
  #return generator(text)
73
 
74
 
75
- app=gr.Interface(fn=question_answer, inputs=["text", "text",gr.Slider(33, 2333)], outputs=["textbox", "text"])
76
  app.launch()
 
72
  #return generator(text)
73
 
74
 
75
+ app=gr.Interface(fn=question_answer, inputs=["text", "text",gr.Slider(33, 2333)], outputs=["textbox", "html"])
76
  app.launch()