Spaces:
Build error
Build error
Add video with Git LFS
Browse files- .gitattributes +1 -0
- README.md +1 -1
- app.py +1 -1
.gitattributes
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
example/github.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1 |
example/github.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -77,7 +77,7 @@ python app.py
|
|
| 77 |
Gradio demo:
|
| 78 |
|
| 79 |
<!-- Option 2: Using a thumbnail linked to the video -->
|
| 80 |
-
|
| 81 |
|
| 82 |
|
| 83 |
## TODO:
|
|
|
|
| 77 |
Gradio demo:
|
| 78 |
|
| 79 |
<!-- Option 2: Using a thumbnail linked to the video -->
|
| 80 |
+
[](https://github.com/user-attachments/assets/e1e69dbf-f8a8-4f34-a84a-e7be5b3d0aec)
|
| 81 |
|
| 82 |
|
| 83 |
## TODO:
|
app.py
CHANGED
|
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
|
|
| 106 |
[](https://github.com/nftblackmagic/catvton-flux)
|
| 107 |
""")
|
| 108 |
|
| 109 |
-
|
| 110 |
|
| 111 |
with gr.Column():
|
| 112 |
with gr.Row():
|
|
|
|
| 106 |
[](https://github.com/nftblackmagic/catvton-flux)
|
| 107 |
""")
|
| 108 |
|
| 109 |
+
gr.Video("example/github.mp4", label="Demo Video: How to use the tool")
|
| 110 |
|
| 111 |
with gr.Column():
|
| 112 |
with gr.Row():
|