Nav3005 commited on
Commit
5ea61b6
·
verified ·
1 Parent(s): 5a84f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)