Spaces:
Running
on
A100
Running
on
A100
Commit
·
0ee379a
1
Parent(s):
b609495
Update description
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
title: LegoGPT-Demo
|
3 |
emoji: 🧱
|
4 |
-
short_description:
|
5 |
app_file: app.py
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.29.0
|
@@ -48,5 +48,9 @@ uv run app.py
|
|
48 |
## Running on Hugging Face Spaces
|
49 |
|
50 |
```zsh
|
51 |
-
uv export --format requirements-txt --no-hashes
|
52 |
-
```
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: LegoGPT-Demo
|
3 |
emoji: 🧱
|
4 |
+
short_description: Generate stable LEGO structures from text prompts.
|
5 |
app_file: app.py
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.29.0
|
|
|
48 |
## Running on Hugging Face Spaces
|
49 |
|
50 |
```zsh
|
51 |
+
uv export --format requirements-txt --no-hashes > requirements.txt
|
52 |
+
```
|
53 |
+
|
54 |
+
Add your HF token in the Spaces settings
|
55 |
+
|
56 |
+
Add Gurobi licence variables in Spaces settings
|