Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,6 @@ import gradio as gr
|
|
2 |
|
3 |
|
4 |
|
5 |
-
with gr.Blocks(
|
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()
|