Spaces:
Runtime error
Runtime error
jjourney1125
commited on
Commit
•
bc1890f
1
Parent(s):
2732259
Update app.py
Browse files
app.py
CHANGED
@@ -324,11 +324,13 @@ if __name__ == '__main__':
|
|
324 |
description = '''
|
325 |
<br>
|
326 |
|
327 |
-
**This Demo expects low-quality and low-resolution JPEG compressed images**
|
328 |
|
329 |
**We are looking for collaborators! Collaborator를 찾고 있습니다!** 🇬🇧 🇪🇸 🇰🇷 🇫🇷 🇷🇴 🇩🇪 🇨🇳
|
330 |
|
331 |
-
**Please check our github project: https://github.com/mv-lab/swin2sr**
|
|
|
|
|
332 |
</br>
|
333 |
'''
|
334 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2209.11345' target='_blank'>Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration</a> | <a href='https://github.com/mv-lab/swin2sr' target='_blank'>Github Repo</a></p>"
|
@@ -343,4 +345,5 @@ if __name__ == '__main__':
|
|
343 |
description=description,
|
344 |
article=article,
|
345 |
examples=examples,
|
346 |
-
).launch(enable_queue=True
|
|
|
|
324 |
description = '''
|
325 |
<br>
|
326 |
|
327 |
+
**This Demo expects low-quality and low-resolution JPEG compressed images, in the near future we will support any kind of input**
|
328 |
|
329 |
**We are looking for collaborators! Collaborator를 찾고 있습니다!** 🇬🇧 🇪🇸 🇰🇷 🇫🇷 🇷🇴 🇩🇪 🇨🇳
|
330 |
|
331 |
+
**Please check our github project: https://github.com/mv-lab/swin2sr and feel free to contact us**
|
332 |
+
|
333 |
+
**Demos also available at [google colab](https://colab.research.google.com/drive/1paPrt62ydwLv2U2eZqfcFsePI4X4WRR1?usp=sharing) and [Kaggle](https://www.kaggle.com/code/jesucristo/super-resolution-demo-swin2sr-official/)**
|
334 |
</br>
|
335 |
'''
|
336 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2209.11345' target='_blank'>Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration</a> | <a href='https://github.com/mv-lab/swin2sr' target='_blank'>Github Repo</a></p>"
|
|
|
345 |
description=description,
|
346 |
article=article,
|
347 |
examples=examples,
|
348 |
+
).launch(enable_queue=True,
|
349 |
+
share=True)
|