LennyHood's picture
Update app.py
5c8de4d verified
raw
history blame
205 Bytes
import gradio as gr
model = gr.load("models/SimianLuo/LCM_Dreamshaper_v7")
model.launch({"prompt": 'cat'},
{"num_inference_steps": 4},
{"guidance_scale": 8},
{"seed": 1352323})