Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -497,9 +497,9 @@ with gr.Blocks(title="Diffusion as Shader") as demo:
|
|
| 497 |
|
| 498 |
with left_column:
|
| 499 |
gr.Markdown("### 1. Upload Source")
|
| 500 |
-
gr.Markdown("Upload a video
|
| 501 |
source_preview = gr.Video(label="Source Preview")
|
| 502 |
-
source_upload = gr.UploadButton("Upload Source", file_types=["
|
| 503 |
|
| 504 |
def update_source_preview(file):
|
| 505 |
if file is None:
|
|
|
|
| 497 |
|
| 498 |
with left_column:
|
| 499 |
gr.Markdown("### 1. Upload Source")
|
| 500 |
+
gr.Markdown("Upload a video, We will extract the motion from it")
|
| 501 |
source_preview = gr.Video(label="Source Preview")
|
| 502 |
+
source_upload = gr.UploadButton("Upload Source", file_types=["video"])
|
| 503 |
|
| 504 |
def update_source_preview(file):
|
| 505 |
if file is None:
|