prithivMLmods commited on
Commit
14e46ae
·
verified ·
1 Parent(s): dfea09f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def generate(
102
  image_paths = [save_image(img) for img in images]
103
  return image_paths, seed
104
 
105
- with gr.Blocks(theme="YTheme/XVintage",css=css) as demo:
106
  gr.Markdown("## SDXL:Text to Image [10-Images]")
107
 
108
  with gr.Row():
 
102
  image_paths = [save_image(img) for img in images]
103
  return image_paths, seed
104
 
105
+ with gr.Blocks(theme="YTheme/GMaterial",css=css) as demo:
106
  gr.Markdown("## SDXL:Text to Image [10-Images]")
107
 
108
  with gr.Row():