root commited on
Commit
b33d571
·
1 Parent(s): 9313413

app.py changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ demo = gr.Interface(
35
  )
36
 
37
  #Launch the interface and MCP server
38
- if __name__="__main__":
39
  demo.launch(mcp_Server=True)
40
 
41
 
 
35
  )
36
 
37
  #Launch the interface and MCP server
38
+ if __name__=="__main__":
39
  demo.launch(mcp_Server=True)
40
 
41