Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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", "
|
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()
|