chenyangqi commited on
Commit
24b6bf7
1 Parent(s): a958e58

update gradio version

Browse files
Files changed (2) hide show
  1. app_fatezero.py +0 -1
  2. requirements.txt +1 -1
app_fatezero.py CHANGED
@@ -40,7 +40,6 @@ with gr.Blocks(css='style.css') as demo:
40
  user_input_video = gr.File(label='Input Source Video')
41
  with gr.Accordion('Temporal Crop offset and Sampling Stride', open=False):
42
  n_sample_frame = gr.Slider(label='Number of Frames in Video',
43
- # info='We test 8 frames in our paper',
44
  minimum=0,
45
  maximum=32,
46
  step=1,
 
40
  user_input_video = gr.File(label='Input Source Video')
41
  with gr.Accordion('Temporal Crop offset and Sampling Stride', open=False):
42
  n_sample_frame = gr.Slider(label='Number of Frames in Video',
 
43
  minimum=0,
44
  maximum=32,
45
  step=1,
requirements.txt CHANGED
@@ -4,7 +4,7 @@ decord==0.6.0
4
  diffusers[torch]==0.11.1
5
  einops==0.6.0
6
  ftfy==6.1.1
7
- gradio==3.18.0
8
  huggingface-hub==0.12.0
9
  imageio==2.25.0
10
  imageio-ffmpeg==0.4.8
 
4
  diffusers[torch]==0.11.1
5
  einops==0.6.0
6
  ftfy==6.1.1
7
+ gradio==3.23.0
8
  huggingface-hub==0.12.0
9
  imageio==2.25.0
10
  imageio-ffmpeg==0.4.8