Spaces:
Sleeping
Sleeping
Add local changes
Browse files- app.py +2 -1
- requirements.txt +2 -0
app.py
CHANGED
|
@@ -34,4 +34,5 @@ demo = gr.Interface(
|
|
| 34 |
|
| 35 |
# Launch the interface and MCP server
|
| 36 |
if __name__ == "__main__":
|
| 37 |
-
demo.launch(mcp_server=True)
|
|
|
|
|
|
| 34 |
|
| 35 |
# Launch the interface and MCP server
|
| 36 |
if __name__ == "__main__":
|
| 37 |
+
demo.launch(mcp_server=True)
|
| 38 |
+
|
requirements.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio[mcp]
|
| 2 |
+
textblob
|