otmanheddouch commited on
Commit
f41cdc2
·
1 Parent(s): 02b8bbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -28
README.md CHANGED
@@ -1,28 +1,9 @@
1
- # Edit Video like Sheet
2
- [![Hugging Face](https://img.shields.io/badge/Model%20Hub-Hugging%20Face-4B0082.svg)](https://huggingface.co/spaces/otmanheddouch/edit-video-like-sheet/)
3
-
4
- With the help of [WhisperModel](https://huggingface.co/docs/transformers/model_doc/whisper) we build gradio demo app that can edit video like editing you sheet file. You can easly edit the generated script from uploaded video and then remove unwanted word like cursing or any other words, it will generate edited version of the video that you can download .
5
-
6
- To view demo check [Hugging face](https://huggingface.co/spaces/otmanheddouch/edit-video-like-sheet)
7
-
8
-
9
- ## How it works?
10
- In order to install and run the app you will need to excute the following cammand:
11
- Clone the code
12
-
13
- `git clone https://github.com/otman-ai/edit-video-like-sheet.git`
14
-
15
- `pip install -r requirements.txt`
16
-
17
- `python app.py`
18
-
19
- Link will be displayed in logs enter it in your browser and that is it !
20
- if you encounte issues just open issue and I will get back to you
21
-
22
- ## Have questions ?
23
- If you have any questions or suggestion, reach out to me .
24
-
25
-
26
- ## License
27
-
28
- This repo is under [MIT](https://github.com/otman-ai/edit-video-like-sheet/blob/main/LICENSE) License .
 
1
+ ---
2
+ license: mit
3
+ title: Edit video Like Sheet
4
+ sdk: gradio
5
+ emoji: 🚀
6
+ colorFrom: yellow
7
+ colorTo: gray
8
+ pinned: true
9
+ ---