Spaces:
Runtime error
Runtime error
small formatting change
Browse files
app.py
CHANGED
@@ -94,7 +94,9 @@ demo_files = os.listdir("demo_files/")
|
|
94 |
demo_files = [os.path.join("demo_files/", file) for file in demo_files if file.endswith(".mp4")]
|
95 |
with gr.Blocks(title="Picklebot") as demo:
|
96 |
with gr.Tab("Picklebot"):
|
97 |
-
gr.Markdown(value="
|
|
|
|
|
98 |
with gr.Row():
|
99 |
with gr.Column(scale=3):
|
100 |
inp = gr.Video(interactive=False, label="Pitch Video")
|
|
|
94 |
demo_files = [os.path.join("demo_files/", file) for file in demo_files if file.endswith(".mp4")]
|
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 |
with gr.Row():
|
101 |
with gr.Column(scale=3):
|
102 |
inp = gr.Video(interactive=False, label="Pitch Video")
|