Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|
|
|