Duibonduil's picture
Upload 7 files
68e0793 verified
raw
history blame contribute delete
167 Bytes
from run import create_agent
from smolagents.gradio_ui import GradioUI
agent = create_agent()
demo = GradioUI(agent)
if __name__ == "__main__":
demo.launch()