ford442 commited on
Commit
51974fa
·
verified ·
1 Parent(s): c687aa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ with gr.Blocks(css=css) as demo:
284
  minimum=1,
285
  maximum=500,
286
  step=1,
287
- value=75, # Replace with defaults that work for your model
288
  )
289
  save_button = gr.Button("Save Image")
290
  image_path_output = gr.Text(visible=False) # Hidden component to store the path
 
284
  minimum=1,
285
  maximum=500,
286
  step=1,
287
+ value=175, # Replace with defaults that work for your model
288
  )
289
  save_button = gr.Button("Save Image")
290
  image_path_output = gr.Text(visible=False) # Hidden component to store the path