Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
YouTwo
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
YouTwo
/
app.py
Tanuj
add new gradio + agent implementation
834bb8b
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
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()