Duplicated from agents-course/Final_Assignment_Template
72b86d4 1868b08 72b86d4 1868b08 72b86d4 10e9b7d 72b86d4 e80aab9 72b86d4
1
2
3
4
5
6
7
8
9
10
11
12
from run import create_agent from smolagents.gradio_ui import GradioUI agent = create_agent() demo = GradioUI(agent) if __name__ == "__main__": demo.launch()