Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -512,7 +512,7 @@ with gr.Blocks() as demo:
|
|
512 |
interactive=False,
|
513 |
)
|
514 |
gr.Markdown("Note: The model shown here has a darker appearance. Download to get correct results.")
|
515 |
-
|
516 |
with gr.Row():
|
517 |
gr.Markdown(STEP2_HEADER)
|
518 |
with gr.Row(variant="panel"):
|
|
|
512 |
interactive=False,
|
513 |
)
|
514 |
gr.Markdown("Note: The model shown here has a darker appearance. Download to get correct results.")
|
515 |
+
gr.Markdown('''Try a different <b>seed value</b> if the result is unsatisfying (Default: 42).''')
|
516 |
with gr.Row():
|
517 |
gr.Markdown(STEP2_HEADER)
|
518 |
with gr.Row(variant="panel"):
|