Spaces:
Running
Running
Should this example be updated to use smolagents version of launch_gradio_demo?
#1
by
dwb2023
- opened
I appreciate you sharing your work.
Based on smolagents documentation shouldn't the content in app. py be:
from smolagents import launch_gradio_demo
from tool import TextToImageTool
launch_gradio_demo(TextToImageTool)