isidentical
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# AuraSR
|
2 |
![aurasr example](https://storage.googleapis.com/falserverless/gallery/aurasr-animated.webp)
|
3 |
|
@@ -27,4 +32,4 @@ def load_image_from_url(url):
|
|
27 |
|
28 |
image = load_image_from_url("https://mingukkang.github.io/GigaGAN/static/images/iguana_output.jpg").resize((256, 256))
|
29 |
upscaled_image = aura_sr.upscale_4x(image)
|
30 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
tags:
|
4 |
+
- art
|
5 |
+
---
|
6 |
# AuraSR
|
7 |
![aurasr example](https://storage.googleapis.com/falserverless/gallery/aurasr-animated.webp)
|
8 |
|
|
|
32 |
|
33 |
image = load_image_from_url("https://mingukkang.github.io/GigaGAN/static/images/iguana_output.jpg").resize((256, 256))
|
34 |
upscaled_image = aura_sr.upscale_4x(image)
|
35 |
+
```
|