wlchee commited on
Commit
e68bd3a
·
verified ·
1 Parent(s): bf8836a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  import sseclient
4
 
5
  def chat(message, history):
6
- url = "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
7
  headers = {
8
  "Accept": "text/event-stream",
9
  "Content-Type": "application/json"
 
3
  import sseclient
4
 
5
  def chat(message, history):
6
+ url = "https://alan-mcp-sentiment.hf.space/gradio_api/mcp/sse"
7
  headers = {
8
  "Accept": "text/event-stream",
9
  "Content-Type": "application/json"