Update TableQAGradio.py
Browse files- TableQAGradio.py +3 -3
TableQAGradio.py
CHANGED
@@ -40,9 +40,9 @@ iface = gr.Interface(
|
|
40 |
title="Multi-input Processor",
|
41 |
description="Upload an XLSX file and/or enter text, and the processed output will be displayed.",
|
42 |
examples=[
|
43 |
-
["https://huggingface.co/spaces/Abbasid/TableQA/blob/main/Literature%20review_Test.xlsx", "How many papers are before the year 2020?"],
|
44 |
-
["https://huggingface.co/spaces/Abbasid/TableQA/blob/main/Literature%20review_Test.xlsx", "How many papers are after the year 2020?"],
|
45 |
-
["https://huggingface.co/spaces/Abbasid/TableQA/blob/main/Literature%20review_Test.xlsx", "what is the paper with NISIT in the title?"],
|
46 |
],
|
47 |
)
|
48 |
|
|
|
40 |
title="Multi-input Processor",
|
41 |
description="Upload an XLSX file and/or enter text, and the processed output will be displayed.",
|
42 |
examples=[
|
43 |
+
["","https://huggingface.co/spaces/Abbasid/TableQA/blob/main/Literature%20review_Test.xlsx", "How many papers are before the year 2020?"],
|
44 |
+
["","https://huggingface.co/spaces/Abbasid/TableQA/blob/main/Literature%20review_Test.xlsx", "How many papers are after the year 2020?"],
|
45 |
+
["","https://huggingface.co/spaces/Abbasid/TableQA/blob/main/Literature%20review_Test.xlsx", "what is the paper with NISIT in the title?"],
|
46 |
],
|
47 |
)
|
48 |
|