inteligenciamilgrau commited on
Commit
87ec5f2
1 Parent(s): d8699d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(css=css) as demo:
100
  minimum=256,
101
  maximum=MAX_IMAGE_SIZE,
102
  step=32,
103
- value=1024, #Replace with defaults that work for your model
104
  )
105
 
106
  height = gr.Slider(
@@ -108,7 +108,7 @@ with gr.Blocks(css=css) as demo:
108
  minimum=256,
109
  maximum=MAX_IMAGE_SIZE,
110
  step=32,
111
- value=1024, #Replace with defaults that work for your model
112
  )
113
 
114
  with gr.Row():
 
100
  minimum=256,
101
  maximum=MAX_IMAGE_SIZE,
102
  step=32,
103
+ value=MAX_IMAGE_SIZE, #Replace with defaults that work for your model
104
  )
105
 
106
  height = gr.Slider(
 
108
  minimum=256,
109
  maximum=MAX_IMAGE_SIZE,
110
  step=32,
111
+ value=MAX_IMAGE_SIZE, #Replace with defaults that work for your model
112
  )
113
 
114
  with gr.Row():