Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -335,8 +335,6 @@ with gr.Blocks() as demo:
|
|
| 335 |
with gr.Row():
|
| 336 |
gr.Markdown('''Try a different <b>seed value</b> if the result is unsatisfying (Default: 42).''')
|
| 337 |
|
| 338 |
-
gr.Markdown(_CITE_)
|
| 339 |
-
|
| 340 |
mv_images = gr.State()
|
| 341 |
|
| 342 |
submit.click(fn=check_input_image, inputs=[input_image]).success(
|
|
|
|
| 335 |
with gr.Row():
|
| 336 |
gr.Markdown('''Try a different <b>seed value</b> if the result is unsatisfying (Default: 42).''')
|
| 337 |
|
|
|
|
|
|
|
| 338 |
mv_images = gr.State()
|
| 339 |
|
| 340 |
submit.click(fn=check_input_image, inputs=[input_image]).success(
|