Zheng-MJ commited on
Commit
a67f8c1
1 Parent(s): 969e4dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -19
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
- # ['images/0840x4.png'],
125
- # ['images/0841x4.png'],
126
- # ['images/0870x4.png'],
127
- # ['images/0878x4.png'],
128
- # ['images/0884x4.png'],
129
- # ['images/0900x4.png'],
130
- # ['images/img002x4.png'],
131
- # ['images/img003x4.png'],
132
- # ['images/img004x4.png'],
133
- # ['images/img035x4.png'],
134
- # ['images/img053x4.png'],
135
- # ['images/img064x4.png'],
136
- # ['images/img083x4.png'],
137
- # ['images/img092x4.png'],
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 = """