Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with demo:
|
|
40 |
demo = gr.Interface(
|
41 |
fn=predict_sentiment,
|
42 |
inputs=[
|
43 |
-
gr.Textbox(
|
44 |
# gr.Dropdown(
|
45 |
# ["finiteautomata/bertweet-base-sentiment-analysis", "vader"], label="Model"
|
46 |
# ),
|
|
|
40 |
demo = gr.Interface(
|
41 |
fn=predict_sentiment,
|
42 |
inputs=[
|
43 |
+
gr.Textbox(),
|
44 |
# gr.Dropdown(
|
45 |
# ["finiteautomata/bertweet-base-sentiment-analysis", "vader"], label="Model"
|
46 |
# ),
|