Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def search_gradio_docs(query):
|
|
| 27 |
str: The search results
|
| 28 |
"""
|
| 29 |
response = requests.post(
|
| 30 |
-
"https://
|
| 31 |
headers={
|
| 32 |
"Content-Type": "application/json",
|
| 33 |
"Origin": "https://gradio.app"
|
|
|
|
| 27 |
str: The search results
|
| 28 |
"""
|
| 29 |
response = requests.post(
|
| 30 |
+
"https://playground-worker.pages.dev/api/prompt",
|
| 31 |
headers={
|
| 32 |
"Content-Type": "application/json",
|
| 33 |
"Origin": "https://gradio.app"
|