Spaces:
Runtime error
Runtime error
Commit
·
b233ca6
1
Parent(s):
d367030
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def article_selection(sentiment):
|
|
10 |
|
11 |
demo = gr.Interface(
|
12 |
fn=article_selection,
|
13 |
-
inputs = gr.inputs.Dropdown(["Positive","Negative","Neutral"])
|
14 |
outputs = [gr.outputs.Textbox(label="Sentiment Prediction")],
|
15 |
)
|
16 |
|
|
|
10 |
|
11 |
demo = gr.Interface(
|
12 |
fn=article_selection,
|
13 |
+
inputs = gr.inputs.Dropdown(["Positive","Negative","Neutral"]),
|
14 |
outputs = [gr.outputs.Textbox(label="Sentiment Prediction")],
|
15 |
)
|
16 |
|