Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import warnings
|
|
| 3 |
warnings.filterwarnings("ignore")
|
| 4 |
|
| 5 |
import gradio as gr
|
| 6 |
-
|
| 7 |
|
| 8 |
|
| 9 |
# Examples to display in the interface
|
|
|
|
| 3 |
warnings.filterwarnings("ignore")
|
| 4 |
|
| 5 |
import gradio as gr
|
| 6 |
+
from src.modernbert.classifier import ZeroShotTextClassification
|
| 7 |
|
| 8 |
|
| 9 |
# Examples to display in the interface
|