adamelliotfields
commited on
Commit
•
e2eab77
1
Parent(s):
f728e7d
Rename to `playground-template`
Browse files
README.md
CHANGED
@@ -6,18 +6,14 @@ emoji: ⚡
|
|
6 |
colorFrom: blue
|
7 |
colorTo: pink
|
8 |
sdk: streamlit
|
9 |
-
sdk_version: 1.
|
10 |
python_version: 3.11.9
|
11 |
suggested_hardware: cpu-basic
|
12 |
app_file: 0_🏠_Home.py
|
13 |
full_width: true
|
14 |
-
pinned:
|
15 |
header: default
|
16 |
license: apache-2.0
|
17 |
-
models:
|
18 |
-
- black-forest-labs/FLUX.1-schnell
|
19 |
-
- black-forest-labs/FLUX.1-dev
|
20 |
-
- stabilityai/stable-diffusion-xl-base-1.0
|
21 |
---
|
22 |
# ⚡ Playground
|
23 |
|
@@ -43,7 +39,7 @@ Recommend [uv](https://github.com/astral-sh/uv).
|
|
43 |
|
44 |
```sh
|
45 |
# clone
|
46 |
-
git clone https://huggingface.co/spaces/adamelliotfields/playground.git
|
47 |
cd playground
|
48 |
|
49 |
# install
|
@@ -58,5 +54,5 @@ python 0_🏠_Home.py
|
|
58 |
## Development
|
59 |
|
60 |
```sh
|
61 |
-
git remote set-url origin https://adamelliotfields:$HF_TOKEN@huggingface.co/spaces/adamelliotfields/playground
|
62 |
```
|
|
|
6 |
colorFrom: blue
|
7 |
colorTo: pink
|
8 |
sdk: streamlit
|
9 |
+
sdk_version: 1.40.2
|
10 |
python_version: 3.11.9
|
11 |
suggested_hardware: cpu-basic
|
12 |
app_file: 0_🏠_Home.py
|
13 |
full_width: true
|
14 |
+
pinned: false
|
15 |
header: default
|
16 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
# ⚡ Playground
|
19 |
|
|
|
39 |
|
40 |
```sh
|
41 |
# clone
|
42 |
+
git clone https://huggingface.co/spaces/adamelliotfields/playground-template.git
|
43 |
cd playground
|
44 |
|
45 |
# install
|
|
|
54 |
## Development
|
55 |
|
56 |
```sh
|
57 |
+
git remote set-url origin https://adamelliotfields:$HF_TOKEN@huggingface.co/spaces/adamelliotfields/playground-template
|
58 |
```
|