RYanychat / app_lumaai.py
Last commit not found
raw
history blame
117 Bytes
import gradio as gr
import lumaai_gradio
demo = gr.load(
name='dream-machine',
src=lumaai_gradio.registry,
)