File size: 477 Bytes
7032a30
2ab2fba
 
7032a30
 
 
2ab2fba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7032a30
2ab2fba
 
 
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: Lofi_University
app_file: app.py
sdk: gradio
sdk_version: 3.45.2
---
Set up initial anaconda environment

```
conda create --name lofi-uni python=3.9
```

Activate created environment

```
conda activate lofi-uni
```

Install dependencies

```
pip install -r requirements.txt
```

## Usage

Running a model for the first time will take a while as the model needs to be
downloaded.

Run app

```
python -m app
```

Run with public link

```
python -m app --share
```