File size: 184 Bytes
834bb8b
 
a65e0b1
834bb8b
a65e0b1
 
834bb8b
 
1
2
3
4
5
6
7
8
# 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()