Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Nav3005/audio-to-srt
sampleacc-3003
/
audio-to-srt
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nav3005
commited on
Feb 1
Commit
5ea61b6
·
verified
·
1 Parent(s):
5a84f80
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -190,4 +190,4 @@ with gr.Blocks(title="Subtitle Generator") as demo:
190
191
192
if __name__ == "__main__":
193
-
demo.launch()
190
191
192
if __name__ == "__main__":
193
+
demo.launch(
mcp_server=True
)