Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
alexneakameni/language_detection
Svngoku
/
text-language-detection
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Svngoku
commited on
Jul 12
Commit
102952e
·
verified
·
1 Parent(s):
dbca3b5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -97,4 +97,6 @@ demo = gr.Interface(
97
flagging_mode="manual"
98
)
99
100
-
demo.launch(
)
97
flagging_mode="manual"
98
)
99
100
+
demo.launch(
101
+
mcp_server=True
102
+
)