Kemal-Diffusion / kemal.py
TenPoisk
Update kemal.py
8667c14
raw
history blame
182 Bytes
#import
import gradio as gr
#model
gr.Interface.load("models/johnslegers/epic-diffusion").launch()
#test_model
gr.Interface.load("models/stabilityai/stable-diffusion-2-1").launch()