Spaces:
Runtime error
Runtime error
Commit
·
7e8d977
1
Parent(s):
f51156d
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ demo = gr.Interface(
|
|
42 |
inputs=gr.Textbox(placeholder="Share your thoughts on COVID vaccines..."),
|
43 |
outputs="label",
|
44 |
interpretation="default",
|
45 |
-
examples=
|
46 |
["I feel confident about covid vaccines"],
|
47 |
["I do not like the covid vaccine"],
|
48 |
["I like the covid vaccines"],
|
|
|
42 |
inputs=gr.Textbox(placeholder="Share your thoughts on COVID vaccines..."),
|
43 |
outputs="label",
|
44 |
interpretation="default",
|
45 |
+
examples=[
|
46 |
["I feel confident about covid vaccines"],
|
47 |
["I do not like the covid vaccine"],
|
48 |
["I like the covid vaccines"],
|