Spaces:
Runtime error
Runtime error
tiny formatting change
Browse files
app.py
CHANGED
@@ -97,6 +97,7 @@ with gr.Blocks(title="Picklebot") as demo:
|
|
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):
|
|
|
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 |
+
|
101 |
To use your own video, click the "Use Your Own Video!" tab and follow the instructions.""")
|
102 |
with gr.Row():
|
103 |
with gr.Column(scale=3):
|