Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AtPeak
/
letter-counter
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
matsuap
commited on
Jun 6
Commit
0d363d5
·
verified
·
1 Parent(s):
17c464a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,4 +37,4 @@ demo = gr.Interface(
37
)
38
39
if __name__ == "__main__":
40
-
demo.launch(mcp_server=True)
37
)
38
39
if __name__ == "__main__":
40
+
demo.launch(mcp_server=True
, share=True
)