TaxReturn-AgenticRAG / chatbot_complete_traces.py
pablocognizant's picture
Upload folder using huggingface_hub
ea8a378 verified
raw
history blame contribute delete
192 Bytes
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()