anychat / app_omini.py
akhaliq's picture
akhaliq HF staff
OminiControl (#26)
f5d76bb verified
raw
history blame
230 Bytes
import gradio as gr
# Load the Gradio space
demo = gr.load(name="Yuanshi/OminiControl", src="spaces")
# Disable API access for all functions
if hasattr(demo, "fns"):
for fn in demo.fns.values():
fn.api_name = False