rynmurdock commited on
Commit
eeadab2
1 Parent(s): 846dcd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks(css=css) as demo:
166
  [img]
167
  )
168
  with gr.Row():
169
- b4 = gr.Button(value='Start'9bc92ec26fa95fe2ee8e15501ad9085bbb4013b42be9cd2b48c8e5086bc4ae83)
170
  b4.click(start,
171
  [b4],
172
  [b1, b2, b3, b4, img,])
 
166
  [img]
167
  )
168
  with gr.Row():
169
+ b4 = gr.Button(value='Start')
170
  b4.click(start,
171
  [b4],
172
  [b1, b2, b3, b4, img,])