vachaspathi commited on
Commit
6cb41c0
·
verified ·
1 Parent(s): e142418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
- ```python
2
  # app.py — MCP server using an open-source local LLM (transformers) or a rule-based fallback
3
  # - Uses FastMCP for tools
4
  # - Gradio ChatInterface for UI
@@ -353,4 +352,3 @@ if __name__ == "__main__":
353
  print("Starting MCP server (open-source local LLM mode).")
354
  demo = chat_interface()
355
  demo.launch(server_name="0.0.0.0", server_port=7860)
356
- ```
 
 
1
  # app.py — MCP server using an open-source local LLM (transformers) or a rule-based fallback
2
  # - Uses FastMCP for tools
3
  # - Gradio ChatInterface for UI
 
352
  print("Starting MCP server (open-source local LLM mode).")
353
  demo = chat_interface()
354
  demo.launch(server_name="0.0.0.0", server_port=7860)