Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,6 +34,6 @@ iface = gr.Interface(
|
|
| 34 |
outputs=gr.Textbox(),
|
| 35 |
live=True,
|
| 36 |
title="BERT Sentiment Analysis (CPU)",
|
| 37 |
-
description="Enter a text and get sentiment prediction.
|
| 38 |
)
|
| 39 |
iface.launch()
|
|
|
|
| 34 |
outputs=gr.Textbox(),
|
| 35 |
live=True,
|
| 36 |
title="BERT Sentiment Analysis (CPU)",
|
| 37 |
+
description="Enter a text and get sentiment prediction.",
|
| 38 |
)
|
| 39 |
iface.launch()
|