Spaces:
Runtime error
Runtime error
ahmadalfakeh
commited on
Commit
β’
f5f8642
1
Parent(s):
2a1e7da
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(
|