zenafey commited on
Commit
42a0581
·
verified ·
1 Parent(s): 67225b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -33,7 +33,6 @@ def error_if_no_img(prompt):
33
  raise gr.Error("Prompt must contain 'img'")
34
 
35
 
36
-
37
  def swap_to_gallery(images):
38
  return gr.update(value=images, visible=True), gr.update(visible=True), gr.update(visible=False)
39
 
 
33
  raise gr.Error("Prompt must contain 'img'")
34
 
35
 
 
36
  def swap_to_gallery(images):
37
  return gr.update(value=images, visible=True), gr.update(visible=True), gr.update(visible=False)
38