Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,7 @@ footer {display:none !important}
|
|
112 |
with gr.Blocks(css=css) as iface:
|
113 |
gr.Markdown("# Zero-Shot Text Classifier")
|
114 |
gr.Markdown("Select a model, enter text, and a set of labels to classify the text using a zero-shot classification model.")
|
|
|
115 |
|
116 |
with gr.Row():
|
117 |
# Dropdown to select a model
|
|
|
112 |
with gr.Blocks(css=css) as iface:
|
113 |
gr.Markdown("# Zero-Shot Text Classifier")
|
114 |
gr.Markdown("Select a model, enter text, and a set of labels to classify the text using a zero-shot classification model.")
|
115 |
+
gr.Markdown("More than 10 languages are officially supported, including: English, Arabic, Bulgarian, German, Greek, Spanish, French, Hindi, Russian, Swahili, Thai, Turkish, Urdu, Vietnam and Chinese.")
|
116 |
|
117 |
with gr.Row():
|
118 |
# Dropdown to select a model
|