Update app.py
Browse files
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", "
|
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",
|