Blane187 commited on
Commit
a93484e
·
verified ·
1 Parent(s): 67af970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,6 +2,6 @@ import gradio as gr
2
 
3
 
4
 
5
- with gr.Blocks(theme="NoCrypt/miku@>=1.2.2") as demo:
6
  gr.Markdown(f"<center><h1> animagine-xl-3.1")
7
- gr.load("models/cagliostrolab/animagine-xl-3.1", title='').launch()
 
2
 
3
 
4
 
5
+ with gr.Blocks() as demo:
6
  gr.Markdown(f"<center><h1> animagine-xl-3.1")
7
+ gr.load("models/cagliostrolab/animagine-xl-3.1", title='', theme="NoCrypt/miku@>=1.2.2").launch()