uasername commited on
Commit
fc5cfc2
·
verified ·
1 Parent(s): dce9090

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. 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."""