Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
12 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()