randomshit11 commited on
Commit
b8ed6e4
·
verified ·
1 Parent(s): e4e3779

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -4
main.py CHANGED
@@ -48,15 +48,15 @@ inputs = [
48
  outputs = gr.Video(label='Output Video')
49
 
50
  # example_list = [['Examples/PULL-UPS.mp4'],['Examples/PUSH-UPS.mp4']]
51
- example_list = ['Examples/PULL-UPS.mp4']
52
  # Create the Gradio demo
53
  demo = gr.Interface(fn=process,
54
  inputs=inputs,
55
  outputs=outputs,
56
  title=title,
57
- description=description,
58
- examples=example_list,
59
- cache_examples=True
60
  )
61
 
62
  # Launch the demo!
 
48
  outputs = gr.Video(label='Output Video')
49
 
50
  # example_list = [['Examples/PULL-UPS.mp4'],['Examples/PUSH-UPS.mp4']]
51
+ # example_list = ['Examples/PULL-UPS.mp4']
52
  # Create the Gradio demo
53
  demo = gr.Interface(fn=process,
54
  inputs=inputs,
55
  outputs=outputs,
56
  title=title,
57
+ description=description
58
+ # examples=example_list,
59
+ # cache_examples=True
60
  )
61
 
62
  # Launch the demo!