File size: 190 Bytes
722e4e2
 
f2baa67
 
b50a836
f2baa67
 
 
1
2
3
4
5
6
7
8
import gradio as gr

gr.load(
    "models/miittnnss/miittnnss-lora",
    title="Miittnnss LoRA Diffusion",
    description="Type any text prompt to get started.",
    theme="soft"
).launch()