cccc commited on
Commit
70b9857
·
1 Parent(s): c1408e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,8 +75,8 @@ def sentiment_analysis(sentence, model_name):
75
 
76
  demo = gr.Interface(fn=sentiment_analysis,
77
  inputs = [gr.Textbox(placeholder="Enter sentence here.",label="sentence",lines=5),
78
- gr.Radio(choices=["ARCH_tuned_robert","FNCH_tuned_robert","AREN_tuned_robert",
79
- "FNEN_tuned_robert","bert-base-uncased"], label="model choics")],
80
  outputs=gr.Textbox(label="output",lines=5),
81
  )
82
 
 
75
 
76
  demo = gr.Interface(fn=sentiment_analysis,
77
  inputs = [gr.Textbox(placeholder="Enter sentence here.",label="sentence",lines=5),
78
+ gr.Radio(choices=["ARCH_Tuned_RoBERTa","FNCH_Tuned_RoBERTa","AREN_Tuned_RoBERTa",
79
+ "FNEN_Tuned_RoBERTa","bert-base-uncased"], label="model choics")],
80
  outputs=gr.Textbox(label="output",lines=5),
81
  )
82