Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,9 +58,9 @@ input_data = gr.Text(label="")
|
|
58 |
# rows_slider = gr.Slider(label="Number of rows")
|
59 |
|
60 |
# Output
|
61 |
-
answer_text_tapex = gr.Text(label="
|
62 |
-
answer_text_tapas = gr.Text(label="
|
63 |
-
answer_text_tapas2 = gr.Text(label="
|
64 |
|
65 |
description = "This Space lets you ask questions on CSV documents with Microsoft [TAPEX-Large](https://huggingface.co/microsoft/tapex-large-finetuned-wtq) and Google [TAPAS-Large](https://huggingface.co/google/tapas-large-finetuned-wtq). \
|
66 |
Both have been fine-tuned on the [WikiTableQuestions](https://huggingface.co/datasets/wikitablequestions) dataset. \n\n\
|
|
|
58 |
# rows_slider = gr.Slider(label="Number of rows")
|
59 |
|
60 |
# Output
|
61 |
+
answer_text_tapex = gr.Text(label="")
|
62 |
+
answer_text_tapas = gr.Text(label="")
|
63 |
+
answer_text_tapas2 = gr.Text(label="")
|
64 |
|
65 |
description = "This Space lets you ask questions on CSV documents with Microsoft [TAPEX-Large](https://huggingface.co/microsoft/tapex-large-finetuned-wtq) and Google [TAPAS-Large](https://huggingface.co/google/tapas-large-finetuned-wtq). \
|
66 |
Both have been fine-tuned on the [WikiTableQuestions](https://huggingface.co/datasets/wikitablequestions) dataset. \n\n\
|