Update app.py
Browse files
app.py
CHANGED
@@ -96,11 +96,6 @@ description = '''
|
|
96 |
|
97 |
#### [IMAG Lab](https://imag-njust.net/), Nanjing University of Science and Technology
|
98 |
|
99 |
-
|
100 |
-
|
101 |
-
<center><img src='assets/smfanet_arch.png'></center>
|
102 |
-
### Network architecture of the proposed SMFANet. The proposed s SMFANet consists of a shallow feature extraction module, feature modulation blocks, and a lightweight image reconstruction module. Feature modulation block contains one self-modulation feature aggregation (SMFA) module and one partial convolution-based feed-forward network (PCFN).*
|
103 |
-
|
104 |
#### 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.
|
105 |
|
106 |
<br>
|
@@ -121,20 +116,20 @@ article = "<p style='text-align: center'><a href='https://raw.githubusercontent.
|
|
121 |
#### Image,Prompts examples
|
122 |
examples = [
|
123 |
['images/0801x4.png'],
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
]
|
139 |
|
140 |
css = """
|
|
|
96 |
|
97 |
#### [IMAG Lab](https://imag-njust.net/), Nanjing University of Science and Technology
|
98 |
|
|
|
|
|
|
|
|
|
|
|
99 |
#### 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.
|
100 |
|
101 |
<br>
|
|
|
116 |
#### Image,Prompts examples
|
117 |
examples = [
|
118 |
['images/0801x4.png'],
|
119 |
+
['images/0840x4.png'],
|
120 |
+
['images/0841x4.png'],
|
121 |
+
['images/0870x4.png'],
|
122 |
+
['images/0878x4.png'],
|
123 |
+
['images/0884x4.png'],
|
124 |
+
['images/0900x4.png'],
|
125 |
+
['images/img002x4.png'],
|
126 |
+
['images/img003x4.png'],
|
127 |
+
['images/img004x4.png'],
|
128 |
+
['images/img035x4.png'],
|
129 |
+
['images/img053x4.png'],
|
130 |
+
['images/img064x4.png'],
|
131 |
+
['images/img083x4.png'],
|
132 |
+
['images/img092x4.png'],
|
133 |
]
|
134 |
|
135 |
css = """
|