File size: 498 Bytes
23c3153
 
 
 
 
 
 
 
 
 
 
 
 
71950a8
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: Whisper Webui
emoji: 
colorFrom: pink
colorTo: purple
sdk: gradio
sdk_version: 3.3.1
app_file: app.py
pinned: false
license: apache-2.0
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

# Running Locally

To run this program locally, first install Python 3.9 and Git. Then install Pytorch 10.1 and all the dependencies:
```
pip install -r requirements.txt
```

Finally, run the "full" version of the app:
```
python app-full.py
```