Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ demo = gr.Interface(
|
|
40 |
],
|
41 |
title="🤖 Zero-Shot Text Classification with ModernBERT",
|
42 |
description="""
|
43 |
-
Classify any text into categories
|
44 |
|
45 |
**How to use:**
|
46 |
1. Enter your text in the first box
|
|
|
40 |
],
|
41 |
title="🤖 Zero-Shot Text Classification with ModernBERT",
|
42 |
description="""
|
43 |
+
Classify any text into arbirary categories or perform natural language inference with ModernBERT
|
44 |
|
45 |
**How to use:**
|
46 |
1. Enter your text in the first box
|