randomtable commited on
Commit
77d2894
·
verified ·
1 Parent(s): f9e0888

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css=css) as demo:
91
  minimum=256,
92
  maximum=MAX_IMAGE_SIZE,
93
  step=32,
94
- value=1024, #Replace with defaults that work for your model
95
  )
96
 
97
  height = gr.Slider(
@@ -99,7 +99,7 @@ with gr.Blocks(css=css) as demo:
99
  minimum=256,
100
  maximum=MAX_IMAGE_SIZE,
101
  step=32,
102
- value=1024, #Replace with defaults that work for your model
103
  )
104
 
105
  with gr.Row():
 
91
  minimum=256,
92
  maximum=MAX_IMAGE_SIZE,
93
  step=32,
94
+ value=10240, #Replace with defaults that work for your model
95
  )
96
 
97
  height = gr.Slider(
 
99
  minimum=256,
100
  maximum=MAX_IMAGE_SIZE,
101
  step=32,
102
+ value=10240, #Replace with defaults that work for your model
103
  )
104
 
105
  with gr.Row():