anychat / app_lumaai.py
hysts's picture
hysts HF staff
apply pre-commit
7360ef0
raw
history blame contribute delete
118 Bytes
import gradio as gr
import lumaai_gradio
demo = gr.load(
name="dream-machine",
src=lumaai_gradio.registry,
)