Spaces:
Build error
Build error
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -26,7 +26,7 @@ from smolagents.utils import _is_package_available
|
|
| 26 |
|
| 27 |
#from jokes import gradio_search_jokes
|
| 28 |
|
| 29 |
-
from app import agent # Импортируем объект агента
|
| 30 |
|
| 31 |
def gradio_search_jokes(word):
|
| 32 |
"""Wrapper function that sends the request to the agent and retrieves the joke and its audio."""
|
|
|
|
| 26 |
|
| 27 |
#from jokes import gradio_search_jokes
|
| 28 |
|
| 29 |
+
# from app import agent # Импортируем объект агента
|
| 30 |
|
| 31 |
def gradio_search_jokes(word):
|
| 32 |
"""Wrapper function that sends the request to the agent and retrieves the joke and its audio."""
|