zenafey commited on
Commit
5bc91ce
1 Parent(s): 5c3201d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(theme='step-3-profit/Midnight-Deep') as demo:
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>""")