Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Benny-Tang
/
glm45v3
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
glm45v3
/
app.py
Benny-Tang
Update app.py
56af945
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
import
gradio
as
gr
from
main
import
build_ui
# Build Gradio UI
demo = build_ui()