wooyeolbaek commited on
Commit
1122931
·
verified ·
1 Parent(s): 7213bae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -52,7 +52,6 @@ with gr.Blocks() as demo:
52
  elem_id="gallery", object_fit="contain", height="auto"
53
  )
54
 
55
-
56
  btn.click(inference, prompt, [image, gallery])
57
 
58
 
 
52
  elem_id="gallery", object_fit="contain", height="auto"
53
  )
54
 
 
55
  btn.click(inference, prompt, [image, gallery])
56
 
57