Lazarus commited on
Commit
1fb95d1
1 Parent(s): 3673342

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -13,14 +13,16 @@ license: mit
13
  [![Sync to Hugging Face hub](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml/badge.svg)](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml)
14
 
15
  # Overview
16
- Simple gradio interface for ffmpeg filters and codecs
17
 
18
  ![Content](./images/gradio-app.png)
 
19
  ## Dev
20
  Built with Gradio and ffmpy
21
 
22
  inspiration by [ffmpeg-commander](https://www.github.com/alfg/ffmpeg-commander)
23
- # Install
 
24
  Clone the repo and
25
  `pip install -r requirements.txt`
26
  - To run locally
 
13
  [![Sync to Hugging Face hub](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml/badge.svg)](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml)
14
 
15
  # Overview
16
+ A simple media converter interface using Gradio and FFmpeg that allows easy media processing with filters and codecs.
17
 
18
  ![Content](./images/gradio-app.png)
19
+
20
  ## Dev
21
  Built with Gradio and ffmpy
22
 
23
  inspiration by [ffmpeg-commander](https://www.github.com/alfg/ffmpeg-commander)
24
+
25
+ ## Install
26
  Clone the repo and
27
  `pip install -r requirements.txt`
28
  - To run locally