zeyadusf commited on
Commit
42b6795
1 Parent(s): c7fe332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ iface = gr.Interface(
178
  fn=app.classify_text,
179
  inputs=[
180
  gr.Textbox(lines=2, placeholder="Enter your text here..."),
181
- gr.Radio(choices=["DeBERTa", "RoBERTa", "BERT", "DistilBERT", "Feedforward"], label="Model Choice")
182
  ],
183
  outputs="text",
184
  title="Text Classification with Multiple Models",
 
178
  fn=app.classify_text,
179
  inputs=[
180
  gr.Textbox(lines=2, placeholder="Enter your text here..."),
181
+ gr.Radio(choices=["DeBERTa", "RoBERTa", "BERT", "DistilBERT", "DAIGT-Model"], label="Model Choice")
182
  ],
183
  outputs="text",
184
  title="Text Classification with Multiple Models",