Blane187's picture
Update app.py
a93484e verified
raw
history blame contribute delete
200 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Markdown(f"<center><h1> animagine-xl-3.1")
gr.load("models/cagliostrolab/animagine-xl-3.1", title='', theme="NoCrypt/miku@>=1.2.2").launch()