Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -356,7 +356,7 @@ with gr.Blocks() as demo:
|
|
356 |
"""<p>( <b>Stable Diffusion Note</b>: Stable Diffusion has a filter enabled, so it sometimes generates all black
|
357 |
results for possibly inappropriate images.)</p>""")
|
358 |
gr.Markdown(
|
359 |
-
"""<p>( <b>Note</b>: Absolute values of weights should be > 1, negative weights indicate negation
|
360 |
)
|
361 |
with gr.Row():
|
362 |
with gr.Column():
|
|
|
356 |
"""<p>( <b>Stable Diffusion Note</b>: Stable Diffusion has a filter enabled, so it sometimes generates all black
|
357 |
results for possibly inappropriate images.)</p>""")
|
358 |
gr.Markdown(
|
359 |
+
"""<p>( <b>Note</b>: Absolute values of weights should be > 1, negative weights indicate negation.)</p>"""
|
360 |
)
|
361 |
with gr.Row():
|
362 |
with gr.Column():
|