File size: 192 Bytes
ea8a378 |
1 2 3 4 5 6 7 8 9 |
import random
import gradio as gr
from rag_smolagent import SmolAgent
from smolagents import GradioUI
agent = SmolAgent()
GradioUI(agent.agent, file_upload_folder='./test').launch() |