glm45v3 / app.py
Benny-Tang's picture
Update app.py
56af945 verified
raw
history blame contribute delete
91 Bytes
import gradio as gr
from main import build_ui
# Build Gradio UI
demo = build_ui()