Spaces:
Runtime error
Runtime error
formatting changes
Browse files
app.py
CHANGED
@@ -95,8 +95,9 @@ demo_files = [os.path.join("demo_files/", file) for file in demo_files if file.e
|
|
95 |
with gr.Blocks(title="Picklebot") as demo:
|
96 |
with gr.Tab("Picklebot"):
|
97 |
gr.Markdown(value="""
|
98 |
-
|
99 |
-
|
|
|
100 |
with gr.Row():
|
101 |
with gr.Column(scale=3):
|
102 |
inp = gr.Video(interactive=False, label="Pitch Video")
|
|
|
95 |
with gr.Blocks(title="Picklebot") as demo:
|
96 |
with gr.Tab("Picklebot"):
|
97 |
gr.Markdown(value="""
|
98 |
+
To load a video, click the random button or choose from the examples.
|
99 |
+
Play the video by clicking anywhere on the video, and watch Picklebot's call!
|
100 |
+
To use your own video, click the "Use Your Own Video!" tab and follow the instructions.""")
|
101 |
with gr.Row():
|
102 |
with gr.Column(scale=3):
|
103 |
inp = gr.Video(interactive=False, label="Pitch Video")
|