Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marcelovidigal
/
ModernBERT-base-2-contract-sections-classification-v4-10-max
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
marcelovidigal
commited on
Apr 3
Commit
af25857
·
verified
·
1 Parent(s):
b57e0c2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,6 @@ app = gr.Interface(
12
fn=executar_predicao,
13
inputs='text',
14
outputs='json',
15
-
)
12
fn=executar_predicao,
13
inputs='text',
14
outputs='json',
15
+
)
16
+
17
+
app.launch()