codejedi commited on
Commit
f0b4229
·
1 Parent(s): 7c06e8d

mcp server = true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ demo = gr.Interface(
22
  description="Count how many times a letter appears in a word"
23
  )
24
 
25
- demo.launch()
 
22
  description="Count how many times a letter appears in a word"
23
  )
24
 
25
+ demo.launch(mcp_server=True)