ahmadalfakeh commited on
Commit
f5f8642
β€’
1 Parent(s): 2a1e7da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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(