Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
from huggingface_hub import login
|
2 |
from smolagents import CodeAgent, tool, DuckDuckGoSearchTool, HfApiModel
|
|
|
|
|
3 |
|
4 |
@tool
|
5 |
def suggest_menu(occasion: str) -> str:
|
|
|
1 |
from huggingface_hub import login
|
2 |
from smolagents import CodeAgent, tool, DuckDuckGoSearchTool, HfApiModel
|
3 |
+
from Gradio_UI import GradioUI
|
4 |
+
|
5 |
|
6 |
@tool
|
7 |
def suggest_menu(occasion: str) -> str:
|