Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,12 @@ colorTo: blue
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.36.2
|
| 8 |
app_file: app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.36.2
|
| 8 |
app_file: app.py
|
| 9 |
+
tags:
|
| 10 |
+
- upscaler
|
| 11 |
+
- super-resolution
|
| 12 |
+
- controlnet
|
| 13 |
pinned: false
|
| 14 |
+
short_description: Upscale an Image for Higher Quality
|
| 15 |
---
|
| 16 |
|
| 17 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|