Spaces:
Runtime error
Runtime error
Commit
·
9ebd590
1
Parent(s):
f0a21d6
update readme
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ license: mit
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
|
|
|
15 |
```
|
16 |
pip install -r requirements.txt
|
|
|
17 |
```
|
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
|
15 |
+
## Setup + Run
|
16 |
```
|
17 |
pip install -r requirements.txt
|
18 |
+
python app.py
|
19 |
```
|