codejedi commited on
Commit
9f5539e
·
1 Parent(s): ecffba9
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(mcp_server=True)
 
22
  description="Count how many times a letter appears in a word"
23
  )
24
 
25
+ demo.launch()