Spaces:
Sleeping
Sleeping
Commit
•
4adc61e
1
Parent(s):
7b432a6
update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ pdf_interface=gr.Interface(
|
|
69 |
question_interface=gr.Interface(
|
70 |
fn=get_nearest_neighbours,
|
71 |
inputs=[gr.Textbox(label="Enter your question")],
|
72 |
-
outputs=[
|
73 |
)
|
74 |
|
75 |
demo=gr.TabbedInterface(
|
|
|
69 |
question_interface=gr.Interface(
|
70 |
fn=get_nearest_neighbours,
|
71 |
inputs=[gr.Textbox(label="Enter your question")],
|
72 |
+
outputs=["text"]*3
|
73 |
)
|
74 |
|
75 |
demo=gr.TabbedInterface(
|