prithivMLmods commited on
Commit
22219cd
·
verified ·
1 Parent(s): bdd08a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -10,7 +10,7 @@ import numpy as np
10
  import time
11
  import zipfile
12
 
13
- DESCRIPTION = """##
14
  """
15
 
16
  def save_image(img):
@@ -186,14 +186,14 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
186
  minimum=512,
187
  maximum=2048,
188
  step=64,
189
- value=1280,
190
  )
191
  height = gr.Slider(
192
  label="Height",
193
  minimum=512,
194
  maximum=2048,
195
  step=64,
196
- value=832,
197
  )
198
  guidance_scale = gr.Slider(
199
  label="Guidance Scale",
@@ -263,4 +263,4 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
263
  )
264
 
265
  if __name__ == "__main__":
266
- demo.queue(max_size=40).launch(ssr_mode=False)
 
10
  import time
11
  import zipfile
12
 
13
+ DESCRIPTION = """## flux realism
14
  """
15
 
16
  def save_image(img):
 
186
  minimum=512,
187
  maximum=2048,
188
  step=64,
189
+ value=1024,
190
  )
191
  height = gr.Slider(
192
  label="Height",
193
  minimum=512,
194
  maximum=2048,
195
  step=64,
196
+ value=1024,
197
  )
198
  guidance_scale = gr.Slider(
199
  label="Guidance Scale",
 
263
  )
264
 
265
  if __name__ == "__main__":
266
+ demo.launch(mcp_server=True, ssr_mode=False, show_error=True)