Spaces:
Runtime error
Runtime error
randomshit11
commited on
Update main.py
Browse files
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!
|