Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ demo = gr.Interface(
|
|
| 40 |
fn=sentiment_analysis,
|
| 41 |
inputs=gr.Textbox(placeholder="Write your tweet here..."),
|
| 42 |
outputs="label",
|
| 43 |
-
interpretation="default",
|
| 44 |
examples=[["This is Spectacular!"]])
|
| 45 |
|
| 46 |
|
|
|
|
| 40 |
fn=sentiment_analysis,
|
| 41 |
inputs=gr.Textbox(placeholder="Write your tweet here..."),
|
| 42 |
outputs="label",
|
| 43 |
+
#interpretation="default",
|
| 44 |
examples=[["This is Spectacular!"]])
|
| 45 |
|
| 46 |
|