osanseviero HF staff commited on
Commit
6f5a228
1 Parent(s): fe47b88

Add primary model type

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,6 +4,7 @@ tags:
4
  - art
5
  - pytorch
6
  - super-resolution
 
7
  ---
8
  # AuraSR-v2
9
  ![aurasr example](https://storage.googleapis.com/falserverless/gallery/aurasr-animated.webp)
@@ -34,4 +35,4 @@ def load_image_from_url(url):
34
 
35
  image = load_image_from_url("https://mingukkang.github.io/GigaGAN/static/images/iguana_output.jpg").resize((256, 256))
36
  upscaled_image = aura_sr.upscale_4x_overlapped(image)
37
- ```
 
4
  - art
5
  - pytorch
6
  - super-resolution
7
+ pipeline_tag: image-to-image
8
  ---
9
  # AuraSR-v2
10
  ![aurasr example](https://storage.googleapis.com/falserverless/gallery/aurasr-animated.webp)
 
35
 
36
  image = load_image_from_url("https://mingukkang.github.io/GigaGAN/static/images/iguana_output.jpg").resize((256, 256))
37
  upscaled_image = aura_sr.upscale_4x_overlapped(image)
38
+ ```