xiaozaa commited on
Commit
72025b5
1 Parent(s): dc2c372

temp remove video

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +1 -1
  3. app.py +1 -1
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ example/github.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
- [![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():