songweig commited on
Commit
1586ccf
1 Parent(s): 32974d5

change size to prevent OOM

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -156,11 +156,11 @@ def main():
156
  maximum=50,
157
  step=0.1,
158
  value=8.5)
159
- width = gr.Dropdown(choices=[512, 768, 896],
160
  value=512,
161
  label='Width',
162
  visible=True)
163
- height = gr.Dropdown(choices=[512, 768, 896],
164
  value=512,
165
  label='height',
166
  visible=True)
 
156
  maximum=50,
157
  step=0.1,
158
  value=8.5)
159
+ width = gr.Dropdown(choices=[512, 768],
160
  value=512,
161
  label='Width',
162
  visible=True)
163
+ height = gr.Dropdown(choices=[512, 768],
164
  value=512,
165
  label='height',
166
  visible=True)