Spaces:
Running
Running
JohnAlexander23
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ load_network(model, MODEL_NAME, strict=True, param_key='params')
|
|
91 |
|
92 |
|
93 |
title = "See More Details"
|
94 |
-
description = ''' ### See More Details: Efficient Image Super-Resolution by Experts Mining
|
95 |
#### This work is done by DL Titans
|
96 |
<details>
|
97 |
<summary> <b> Abstract</b> (click me to read)</summary>
|
@@ -101,16 +101,6 @@ Reconstructing high-resolution (HR) images from low-resolution (LR) inputs poses
|
|
101 |
</details>
|
102 |
#### Drag the slider on the super-resolution image left and right to see the changes in the image details. SeemoRe performs x4 upscaling on the input image.
|
103 |
<br>
|
104 |
-
<code>
|
105 |
-
@inproceedings{zamfir2024details,
|
106 |
-
title={See More Details: Efficient Image Super-Resolution by Experts Mining},
|
107 |
-
author={DL Titans},
|
108 |
-
booktitle={International Conference on Machine Learning},
|
109 |
-
year={2024},
|
110 |
-
organization={PMLR}
|
111 |
-
}
|
112 |
-
</code>
|
113 |
-
<br>
|
114 |
'''
|
115 |
|
116 |
#### Image,Prompts examples
|
|
|
91 |
|
92 |
|
93 |
title = "See More Details"
|
94 |
+
description = ''' ### See More Details: Efficient Image Super-Resolution by Experts Mining
|
95 |
#### This work is done by DL Titans
|
96 |
<details>
|
97 |
<summary> <b> Abstract</b> (click me to read)</summary>
|
|
|
101 |
</details>
|
102 |
#### Drag the slider on the super-resolution image left and right to see the changes in the image details. SeemoRe performs x4 upscaling on the input image.
|
103 |
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
'''
|
105 |
|
106 |
#### Image,Prompts examples
|