Dayozoe commited on
Commit
651338f
·
1 Parent(s): 661afdd

Add local changes

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. 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