Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ import pandas as pd
|
|
17 |
# )
|
18 |
|
19 |
#new
|
20 |
-
tokenizer = TapexTokenizer.from_pretrained("microsoft/tapex-
|
21 |
-
model = BartForConditionalGeneration.from_pretrained("microsoft/tapex-
|
22 |
|
23 |
|
24 |
# model_tapas = "google/tapas-large-finetuned-wtq"
|
|
|
17 |
# )
|
18 |
|
19 |
#new
|
20 |
+
tokenizer = TapexTokenizer.from_pretrained("microsoft/tapex-large-finetuned-wtq")
|
21 |
+
model = BartForConditionalGeneration.from_pretrained("microsoft/tapex-large-finetuned-wtq")
|
22 |
|
23 |
|
24 |
# model_tapas = "google/tapas-large-finetuned-wtq"
|