Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DD0101
/
IDSF-JointBERT_CRF
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DD0101
commited on
Apr 28, 2023
Commit
8e7d9f4
·
1 Parent(s):
fa768c8
remove share=True in demo.launch()
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -247,4 +247,4 @@ if __name__ == "__main__":
247
examples=examples,
248
)
249
250
-
demo.launch(
share=True
)
247
examples=examples,
248
)
249
250
+
demo.launch()