Spaces:
Sleeping
Sleeping
angelesteban00
commited on
Commit
•
39d6d88
1
Parent(s):
2fa7d52
Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,9 @@ colorFrom: purple
|
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.9.1
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
-
python3 -m venv venv
|
12 |
-
source venv/bin/activate
|
13 |
-
pip3 install -r requirements.txt
|
14 |
-
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.9.1
|
8 |
+
python_version: 3.11
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
---
|
|
|
|
|
|
|
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|