Commit
·
ad2a667
1
Parent(s):
1e80391
Add yaml import to app.py for configuration handling
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ import gradio as gr
|
|
| 9 |
import requests
|
| 10 |
import inspect
|
| 11 |
import pandas as pd
|
|
|
|
| 12 |
|
| 13 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
|
| 14 |
from tools.final_answer import FinalAnswerTool
|
|
|
|
| 9 |
import requests
|
| 10 |
import inspect
|
| 11 |
import pandas as pd
|
| 12 |
+
import yaml
|
| 13 |
|
| 14 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
|
| 15 |
from tools.final_answer import FinalAnswerTool
|