Spaces:
Runtime error
Runtime error
add info
Browse files
app.py
CHANGED
|
@@ -166,8 +166,8 @@ class GradioUI:
|
|
| 166 |
def launch(self, **kwargs):
|
| 167 |
with gr.Blocks(theme="ocean", fill_height=True) as demo:
|
| 168 |
gr.Markdown("""# Smolagents - ExtraSearchtools!
|
| 169 |
-
- [Google Custom Search](https://developers.google.com/custom-search/v1/overview) tool
|
| 170 |
-
- [Brave Search](https://brave.com/search/api/) tool
|
| 171 |
- PrioritySearchTool - try duckduckgo fist and then use google
|
| 172 |
- PrioritySearchTool - json-save function
|
| 173 |
|
|
|
|
| 166 |
def launch(self, **kwargs):
|
| 167 |
with gr.Blocks(theme="ocean", fill_height=True) as demo:
|
| 168 |
gr.Markdown("""# Smolagents - ExtraSearchtools!
|
| 169 |
+
- [Google Custom Search](https://developers.google.com/custom-search/v1/overview) tool Free 100 per day
|
| 170 |
+
- [Brave Search](https://brave.com/search/api/) tool Free 2000 per month
|
| 171 |
- PrioritySearchTool - try duckduckgo fist and then use google
|
| 172 |
- PrioritySearchTool - json-save function
|
| 173 |
|