Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
KlaudiaTH
commited on
Commit
·
57ec188
1
Parent(s):
5e9ed15
Filter BELEBELE out on load
Browse files
app.py
CHANGED
@@ -83,6 +83,9 @@ with demo:
|
|
83 |
interactive=True,
|
84 |
scale=29,
|
85 |
)
|
|
|
|
|
|
|
86 |
fewshot.change(
|
87 |
core.fix_zeroshot, [shown_tasks, fewshot], shown_tasks
|
88 |
)
|
|
|
83 |
interactive=True,
|
84 |
scale=29,
|
85 |
)
|
86 |
+
demo.load(
|
87 |
+
core.fix_zeroshot, [shown_tasks, fewshot], shown_tasks
|
88 |
+
)
|
89 |
fewshot.change(
|
90 |
core.fix_zeroshot, [shown_tasks, fewshot], shown_tasks
|
91 |
)
|