Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from engine import generate_sd, generate_sdxl, transform_sd, controlnet_sd, get_
|
|
8 |
from const import CMODELS, CMODULES, SAMPLER_LIST, SDXL_MODEL_LIST
|
9 |
|
10 |
|
11 |
-
with gr.Blocks(
|
12 |
gr.Markdown("""
|
13 |
<h1><center>Prodia Studio</center></h>
|
14 |
<h2><center>powered by Prodia Stable Diffusion API</center></h2>""")
|
|
|
8 |
from const import CMODELS, CMODULES, SAMPLER_LIST, SDXL_MODEL_LIST
|
9 |
|
10 |
|
11 |
+
with gr.Blocks() as demo:
|
12 |
gr.Markdown("""
|
13 |
<h1><center>Prodia Studio</center></h>
|
14 |
<h2><center>powered by Prodia Stable Diffusion API</center></h2>""")
|