aarbelle commited on
Commit
79a12df
1 Parent(s): 6633a91

move run again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with demo:
93
  with gr.Column():
94
  src_cap = gr.Label()
95
  src_img = gr.Image()
96
- image_button = gr.Button("Run")
97
 
98
 
99
  out_images = []
 
93
  with gr.Column():
94
  src_cap = gr.Label()
95
  src_img = gr.Image()
96
+ image_button = gr.Button("Run")
97
 
98
 
99
  out_images = []