MaoShen's picture
Upload folder using huggingface_hub
2eb41d7 verified
raw
history blame contribute delete
193 Bytes
from run import create_agent
from smolagents.gradio_ui import GradioUI
agent = create_agent()
demo = GradioUI(agent)
if __name__ == "__main__":
demo.launch(show_error=True)