Spaces:
Running
on
Zero
Running
on
Zero
remove mp4
Browse files
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 |
-
[![Demo](example/github.jpg)](https://github.com/user-attachments/assets/e1e69dbf-f8a8-4f34-a84a-e7be5b3d0aec)
|
81 |
|
82 |
|
83 |
## TODO:
|
|
|
77 |
Gradio demo:
|
78 |
|
79 |
<!-- Option 2: Using a thumbnail linked to the video -->
|
80 |
+
<!-- [![Demo](example/github.jpg)](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 |
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](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():
|
|
|
106 |
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](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():
|