anychat / app_lumaai.py
akhaliq's picture
akhaliq HF staff
add lumaai
08bce7f
raw
history blame
117 Bytes
import gradio as gr
import lumaai_gradio
demo = gr.load(
name='dream-machine',
src=lumaai_gradio.registry,
)