imsuperkong commited on
Commit
1b5cf29
1 Parent(s): 3b60cb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -353,7 +353,7 @@ def main(args):
353
  early_stop = gr.Slider(0, 50, 48, step=1, label='Early stop timestep for feature-correspondance guidance')
354
  video_name = gr.Textbox(
355
  label="Saved video name", show_label=True, max_lines=1, placeholder='saved video name', value='output',
356
- ).style()
357
 
358
  with gr.Column():
359
  with gr.Box():
 
353
  early_stop = gr.Slider(0, 50, 48, step=1, label='Early stop timestep for feature-correspondance guidance')
354
  video_name = gr.Textbox(
355
  label="Saved video name", show_label=True, max_lines=1, placeholder='saved video name', value='output',
356
+ )
357
 
358
  with gr.Column():
359
  with gr.Box():