Update app.py
Browse files
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=
|
| 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
|