Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def load_gradio_docs():
|
|
| 9 |
str: Gradio's full documentation, example demos, and useful context.
|
| 10 |
"""
|
| 11 |
try:
|
| 12 |
-
response = requests.get("https://gradio.app/llms.txt")
|
| 13 |
text = response.text
|
| 14 |
return text
|
| 15 |
except Exception as error:
|
|
|
|
| 9 |
str: Gradio's full documentation, example demos, and useful context.
|
| 10 |
"""
|
| 11 |
try:
|
| 12 |
+
response = requests.get("https://www.gradio.app/llms.txt")
|
| 13 |
text = response.text
|
| 14 |
return text
|
| 15 |
except Exception as error:
|