jiayong commited on
Commit
53286e6
1 Parent(s): 04dec23

Update app.py

Browse files

update button name

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,7 +294,7 @@ with gr.Blocks(title = "Dreamoving",
294
 
295
  with gr.Row():
296
  # Generate Button
297
- run_button = gr.Button(value="Result Video", elem_id='button_param')
298
  # btn = gr.Button("Result Video").style(full_width=False)
299
 
300
  with gr.Column(scale=1):
 
294
 
295
  with gr.Row():
296
  # Generate Button
297
+ run_button = gr.Button(value="Generation", elem_id='button_param')
298
  # btn = gr.Button("Result Video").style(full_width=False)
299
 
300
  with gr.Column(scale=1):