Svngoku commited on
Commit
102952e
·
verified ·
1 Parent(s): dbca3b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -97,4 +97,6 @@ demo = gr.Interface(
97
  flagging_mode="manual"
98
  )
99
 
100
- demo.launch()
 
 
 
97
  flagging_mode="manual"
98
  )
99
 
100
+ demo.launch(
101
+ mcp_server=True
102
+ )