prithivMLmods commited on
Commit
81a918f
1 Parent(s): 8fe53e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -17,7 +17,8 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
17
  html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
18
  html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
19
 
20
- DESCRIPTIONx = """"""
 
21
 
22
  css = '''
23
  .gradio-container{max-width: 560px !important}
@@ -119,7 +120,7 @@ def generate(
119
  image_paths = [save_image(img) for img in images]
120
  return image_paths, seed
121
  #Main gr.Block
122
- with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
123
  gr.Markdown(DESCRIPTIONx)
124
  with gr.Group():
125
  with gr.Row():
 
17
  html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
18
  html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
19
 
20
+ DESCRIPTIONx = """## STABLE HAMSTER
21
+ """
22
 
23
  css = '''
24
  .gradio-container{max-width: 560px !important}
 
120
  image_paths = [save_image(img) for img in images]
121
  return image_paths, seed
122
  #Main gr.Block
123
+ with gr.Blocks(css=css, theme="shivi/calm_seafoam") as demo:
124
  gr.Markdown(DESCRIPTIONx)
125
  with gr.Group():
126
  with gr.Row():