Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -5,11 +5,15 @@ colorFrom: yellow
|
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.0.1
|
8 |
-
|
9 |
-
hf_oauth_scopes:
|
10 |
-
- write-repos # β allow creating/updating Spaces
|
11 |
-
- manage-repos # β allow setting repo metadata
|
12 |
app_file: app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
pinned: false
|
14 |
---
|
15 |
|
@@ -22,6 +26,6 @@ This Space scaffolds a complete Hugging Face Space app by:
|
|
22 |
4. Iteratively updating based on your chat instructions.
|
23 |
|
24 |
To get started:
|
25 |
-
- Sign in
|
26 |
- Enter your Gemini API key, HF username, and a new repo name.
|
27 |
- Click **Start a new app**, then instruct the bot to scaffold features.
|
|
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.0.1
|
8 |
+
python_version: 3.10.6
|
|
|
|
|
|
|
9 |
app_file: app.py
|
10 |
+
|
11 |
+
hf_oauth: true # β enable built-in HF OAuth
|
12 |
+
hf_oauth_expiration_minutes: 480 # β optional: token lifetime (default 480)
|
13 |
+
hf_oauth_scopes:
|
14 |
+
- write-repos # β allow creating/updating Spaces
|
15 |
+
- manage-repos # β allow setting repo metadata
|
16 |
+
|
17 |
pinned: false
|
18 |
---
|
19 |
|
|
|
26 |
4. Iteratively updating based on your chat instructions.
|
27 |
|
28 |
To get started:
|
29 |
+
- Click **Sign in with Hugging Face** at the top; you should see your username appear.
|
30 |
- Enter your Gemini API key, HF username, and a new repo name.
|
31 |
- Click **Start a new app**, then instruct the bot to scaffold features.
|