Spaces:
Running
Running
Justin Grammens
commited on
Commit
·
23d62fa
1
Parent(s):
f725f11
upadated the README.md with steps to get running locally
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ source .venv/bin/activate
|
|
25 |
2. Install required python packages
|
26 |
|
27 |
```
|
28 |
-
pip install -r
|
29 |
```
|
30 |
|
31 |
3. Start gradio server
|
|
|
25 |
2. Install required python packages
|
26 |
|
27 |
```
|
28 |
+
pip install -r requirements.txt
|
29 |
```
|
30 |
|
31 |
3. Start gradio server
|