Spaces:
Running
on
A100
Running
on
A100
Commit
·
b3d9bbe
1
Parent(s):
02d8026
Update python version
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ title: LegoGPT-Demo
|
|
3 |
app_file: app.py
|
4 |
sdk: gradio
|
5 |
sdk_version: 5.29.0
|
|
|
6 |
---
|
7 |
# LegoGPT Demo
|
8 |
|
@@ -32,4 +33,10 @@ Install [uv](https://docs.astral.sh/uv), then run the demo with:
|
|
32 |
|
33 |
```zsh
|
34 |
uv run app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
```
|
|
|
3 |
app_file: app.py
|
4 |
sdk: gradio
|
5 |
sdk_version: 5.29.0
|
6 |
+
python_version: 3.11
|
7 |
---
|
8 |
# LegoGPT Demo
|
9 |
|
|
|
33 |
|
34 |
```zsh
|
35 |
uv run app.py
|
36 |
+
```
|
37 |
+
|
38 |
+
## Running on Hugging Face Spaces
|
39 |
+
|
40 |
+
```zsh
|
41 |
+
uv export --format requirements-txt --no-hashes > requirements.txt
|
42 |
```
|