Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruanchaves
/
portuguese-offensive-language-detection
like
7
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ruanchaves
commited on
Apr 1, 2023
Commit
5459125
·
1 Parent(s):
1860f86
defaults
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -119,7 +119,7 @@ inputs = [
119
]
120
121
outputs = [
122
-
gr.Label(label="Result")
123
gr.Markdown(),
124
]
125
119
]
120
121
outputs = [
122
+
gr.Label(label="Result")
,
123
gr.Markdown(),
124
]
125