Zoro-147 commited on
Commit
1bb5fea
·
verified ·
1 Parent(s): ef825e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -53,7 +53,5 @@ demo = gr.Interface(
53
 
54
  # Launch the interface and MCP server
55
  if __name__ == "__main__":
56
- demo.launch(mcp_server=True)"
57
-
58
- if __name__ == "__main__":
59
  uvicorn.run(app, host="0.0.0.0", port=7860) # HF uses 7860
 
53
 
54
  # Launch the interface and MCP server
55
  if __name__ == "__main__":
56
+ demo.launch(mcp_server=True)
 
 
57
  uvicorn.run(app, host="0.0.0.0", port=7860) # HF uses 7860