Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -48,7 +48,7 @@ inputs = [
|
|
48 |
outputs = gr.Video(label='Output Video')
|
49 |
|
50 |
# example_list = [['Examples/PULL-UPS.mp4'],['Examples/PUSH-UPS.mp4']]
|
51 |
-
|
52 |
# Create the Gradio demo
|
53 |
demo = gr.Interface(fn=process,
|
54 |
inputs=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,
|