Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
maximuspowers
/
bias-detection-ner
like
4
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
maximuspowers
commited on
Aug 23, 2024
Commit
9469204
·
verified
·
1 Parent(s):
c36067b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -56,5 +56,6 @@ iface = gr.Interface(
56
postprocessing_fn=format_output
57
)
58
59
if __name__ == "__main__":
60
iface.launch()
56
postprocessing_fn=format_output
57
)
58
59
+
#
60
if __name__ == "__main__":
61
iface.launch()