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
17 days ago
Commit
52c1b6d
·
verified
·
1 Parent(s):
66b4c30
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -98,4 +98,6 @@ demo = gr.Interface(
98
)
99
100
if __name__ == "__main__":
101
-
demo.launch(
)
98
)
99
100
if __name__ == "__main__":
101
+
demo.launch(
102
+
mcp_server=True
103
+
)