Spaces:
Runtime error
Runtime error
examples-update
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ gr.Interface(classify_sentiments,
|
|
| 61 |
article = article,
|
| 62 |
allow_flagging = "never",
|
| 63 |
live = False,
|
| 64 |
-
examples=["This has to be the best Introductory course
|
| 65 |
"I consider this training an absolute waste of time."]
|
| 66 |
).launch()
|
| 67 |
|
|
|
|
| 61 |
article = article,
|
| 62 |
allow_flagging = "never",
|
| 63 |
live = False,
|
| 64 |
+
examples=["This has to be the best Introductory course in machine learning",
|
| 65 |
"I consider this training an absolute waste of time."]
|
| 66 |
).launch()
|
| 67 |
|