Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
|
|
| 1 |
title: Comparing Diffusion Models
|
| 2 |
emoji: 📊
|
|
|
|
|
|
|
| 3 |
sdk: gradio
|
| 4 |
sdk_version: 4.16.0
|
| 5 |
hf_oauth: true
|
| 6 |
hf_oauth_scopes:
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
title: Comparing Diffusion Models
|
| 3 |
emoji: 📊
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.16.0
|
| 8 |
hf_oauth: true
|
| 9 |
hf_oauth_scopes:
|
| 10 |
+
- read-repos
|
| 11 |
+
- inference-api
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 15 |
+
|
| 16 |
+
Duplicate this Space to get started with OAuth in Gradio Spaces.
|
| 17 |
+
|
| 18 |
+
For more details, check out:
|
| 19 |
+
- https://www.gradio.app/guides/sharing-your-app#o-auth-login-via-hugging-face
|
| 20 |
+
- https://huggingface.co/docs/hub/spaces-oauth
|