Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
import sseclient
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
def chat(prompt):
|
| 6 |
url = "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
import sseclient
|
| 4 |
+
import logging
|
| 5 |
+
|
| 6 |
+
logging.basicConfig(level=logging.DEBUG)
|
| 7 |
|
| 8 |
def chat(prompt):
|
| 9 |
url = "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
|