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
27 days ago
Commit
998146f
·
verified
·
1 Parent(s):
102952e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-3
app.py
CHANGED
Viewed
@@ -97,6 +97,5 @@ demo = gr.Interface(
97
flagging_mode="manual"
98
)
99
100
-
demo.launch(
101
-
mcp_server=True
102
-
)
97
flagging_mode="manual"
98
)
99
100
+
if __name__ == "__main__":
101
+
demo.launch(
mcp_server=True
)