YouTwo / app.py
Tanuj
add new gradio + agent implementation
834bb8b
raw
history blame contribute delete
184 Bytes
# Run this gradio app with:
# python run_gradio_app.py
from src.yt_gradio.app import get_gradio_blocks
if __name__ == "__main__":
blocks = get_gradio_blocks()
blocks.launch()