Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ examples = [
|
|
| 30 |
"Hey John, did you finish your intro to Machine Learning textbook?", # Neutral
|
| 31 |
"I hate Data structures.", # Negative
|
| 32 |
"I really enjoyed the last movie I watched; it was captivating and well-made.", # Positive
|
| 33 |
-
"
|
| 34 |
]
|
| 35 |
|
| 36 |
demo = gr.Interface(
|
|
|
|
| 30 |
"Hey John, did you finish your intro to Machine Learning textbook?", # Neutral
|
| 31 |
"I hate Data structures.", # Negative
|
| 32 |
"I really enjoyed the last movie I watched; it was captivating and well-made.", # Positive
|
| 33 |
+
"Where are you ?", # Neutral
|
| 34 |
]
|
| 35 |
|
| 36 |
demo = gr.Interface(
|