sitammeur commited on
Commit
cd8ef6b
·
verified ·
1 Parent(s): 1f214bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import warnings
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
 
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