Spaces:
Runtime error
Runtime error
Commit
·
1c7eb00
1
Parent(s):
98b120b
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,9 @@ demo = gr.Interface(
|
|
187 |
outputs=["plot", "html"],
|
188 |
examples=[
|
189 |
["a good piece of work more often than not.", "TehranNLP-org/bert-base-uncased-cls-sst2"],
|
190 |
-
["
|
|
|
|
|
191 |
],
|
192 |
cache_examples=True,
|
193 |
title="DecompX Demo",
|
|
|
187 |
outputs=["plot", "html"],
|
188 |
examples=[
|
189 |
["a good piece of work more often than not.", "TehranNLP-org/bert-base-uncased-cls-sst2"],
|
190 |
+
["a good piece of work more often than not.", "TehranNLP-org/bert-large-sst2"],
|
191 |
+
["a good piece of work more often than not.", "WillHeld/roberta-base-sst2"],
|
192 |
+
["A deep and meaningful film.", "TehranNLP-org/bert-base-uncased-cls-sst2"],
|
193 |
],
|
194 |
cache_examples=True,
|
195 |
title="DecompX Demo",
|