Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,6 @@ def search_web(query):
|
|
| 9 |
# Initialize client with increased timeout
|
| 10 |
client = Client(
|
| 11 |
"Ifeanyi/Web-Search-MCP",
|
| 12 |
-
timeout=60
|
| 13 |
)
|
| 14 |
|
| 15 |
# Make the API call (using positional argument as in working examples)
|
|
|
|
| 9 |
# Initialize client with increased timeout
|
| 10 |
client = Client(
|
| 11 |
"Ifeanyi/Web-Search-MCP",
|
|
|
|
| 12 |
)
|
| 13 |
|
| 14 |
# Make the API call (using positional argument as in working examples)
|