prithivMLmods commited on
Commit
c0a7ed5
·
verified ·
1 Parent(s): 7ef4cb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,7 +26,7 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
26
  #html_file_url = "https://prithivhamster.vercel.app/"
27
  #html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
28
 
29
- DESCRIPTIONx = """## STABLE HAMSTER 🐹
30
 
31
  """
32
 
@@ -142,7 +142,7 @@ def generate(
142
  image_paths = [save_image(img) for img in images]
143
  return image_paths, seed
144
  #Main gr.Block
145
- with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
146
  gr.Markdown(DESCRIPTIONx)
147
 
148
  with gr.Group():
 
26
  #html_file_url = "https://prithivhamster.vercel.app/"
27
  #html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
28
 
29
+ DESCRIPTIONx = """## STABLE HAMSTER
30
 
31
  """
32
 
 
142
  image_paths = [save_image(img) for img in images]
143
  return image_paths, seed
144
  #Main gr.Block
145
+ with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
146
  gr.Markdown(DESCRIPTIONx)
147
 
148
  with gr.Group():