Spaces:
Runtime error
Runtime error
better colab link
Browse files
app.py
CHANGED
@@ -50,6 +50,7 @@ css = '''
|
|
50 |
.colab_img {
|
51 |
margin: 10px 0;
|
52 |
display: inline-block;
|
|
|
53 |
}
|
54 |
'''
|
55 |
|
@@ -64,7 +65,7 @@ This space uses old ESRGAN architecture to upscale images, using models made by
|
|
64 |
Once the photo upscaled (*it can take a long time, this space only uses CPU*), click or tap the **download button** under the image to download it. **The preview image is not the upscaled one**
|
65 |
""")
|
66 |
|
67 |
-
gr.HTML(value="For faster upscaling: <a href='https://colab.research.google.com/drive/1QfOA6BBdL4NrUmx-9d-pjacxNfu81HQo#scrollTo=H7qo-6AWFbLH' target='_blank'><img class='colab_img' src='https://colab.research.google.com/assets/colab-badge.svg' alt='Open In Colab'></a>")
|
68 |
|
69 |
gr.HTML(value="<a href='https://ko-fi.com/Y8Y7GVAAF' target='_blank' style='display:block;margin-bottom:5px'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>")
|
70 |
|
|
|
50 |
.colab_img {
|
51 |
margin: 10px 0;
|
52 |
display: inline-block;
|
53 |
+
margin: 0 10px;
|
54 |
}
|
55 |
'''
|
56 |
|
|
|
65 |
Once the photo upscaled (*it can take a long time, this space only uses CPU*), click or tap the **download button** under the image to download it. **The preview image is not the upscaled one**
|
66 |
""")
|
67 |
|
68 |
+
gr.HTML(value="For faster upscaling using GPU: <a href='https://colab.research.google.com/drive/1QfOA6BBdL4NrUmx-9d-pjacxNfu81HQo#scrollTo=H7qo-6AWFbLH' target='_blank'><img class='colab_img' src='https://colab.research.google.com/assets/colab-badge.svg' alt='Open In Colab'></a> buy me a coffee (beer) if this helped ๐บ๐")
|
69 |
|
70 |
gr.HTML(value="<a href='https://ko-fi.com/Y8Y7GVAAF' target='_blank' style='display:block;margin-bottom:5px'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>")
|
71 |
|