Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -377,7 +377,14 @@ with gr.Blocks(css=css) as demo:
|
|
377 |
|
378 |
submit_btn = gr.Button("Make music from my shot !")
|
379 |
|
380 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
|
382 |
with gr.Column():
|
383 |
|
|
|
377 |
|
378 |
submit_btn = gr.Button("Make music from my shot !")
|
379 |
|
380 |
+
gr.Examples(
|
381 |
+
examples = [
|
382 |
+
"vid_examples/big_sur.mp4",
|
383 |
+
"vid_examples/snow_dogs.mp4"
|
384 |
+
],
|
385 |
+
inputs = [video_in],
|
386 |
+
cache_examples=False
|
387 |
+
)
|
388 |
|
389 |
with gr.Column():
|
390 |
|