genvidtest / app-smartmodeltester.py
smartdigitalnetworks's picture
Upload 4 files
4622e42 verified
raw
history blame
218 Bytes
import gradio as gr
css = ""
css += """
footer {
visibility: hidden;
}
"""
# This builds a demo around the model's Inference Endpoint
demo = gr.load("zai-org/GLM-4.7-Flash", src="models")
demo.launch(css=css)