Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import requests
|
|
| 3 |
import sseclient
|
| 4 |
|
| 5 |
def chat(message, history):
|
| 6 |
-
url = "https://
|
| 7 |
headers = {
|
| 8 |
"Accept": "text/event-stream",
|
| 9 |
"Content-Type": "application/json"
|
|
|
|
| 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"
|