mv-lab commited on
Commit
6bcd57e
1 Parent(s): 6353e5c

fix bug html

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -85,8 +85,7 @@ def process_img (image, prompt):
85
 
86
 
87
  title = "InstructIR ✏️🖼️ 🤗"
88
- description = '''
89
- ## [High-Quality Image Restoration Following Human Instructions](https://arxiv.org/abs/2401.16468)
90
 
91
  [Marcos V. Conde](https://mv-lab.github.io/), [Gregor Geigle](https://scholar.google.com/citations?user=uIlyqRwAAAAJ&hl=en), [Radu Timofte](https://scholar.google.com/citations?user=u3MwH5kAAAAJ&hl=en)
92
 
@@ -110,15 +109,15 @@ You can also try general image enhancement prompts (e.g., "retouch this image",
110
 
111
  **Datasets:** We use these datasets BSD100, BSD68, Urban100, WED, Rain100, Aobe MIT5K, LOL, GoPro, SOTS (haze). This demo expects an image with some degradations (blur, noise, rain, low-light, haze).
112
  <br>
113
- ```
 
114
  @article{conde2024high,
115
  title={High-Quality Image Restoration Following Human Instructions},
116
  author={Conde, Marcos V and Geigle, Gregor and Timofte, Radu},
117
  journal={arXiv preprint arXiv:2401.16468},
118
  year={2024}
119
  }
120
-
121
- ```
122
  <br>
123
  '''
124
 
 
85
 
86
 
87
  title = "InstructIR ✏️🖼️ 🤗"
88
+ description = ''' ## [High-Quality Image Restoration Following Human Instructions](https://arxiv.org/abs/2401.16468)
 
89
 
90
  [Marcos V. Conde](https://mv-lab.github.io/), [Gregor Geigle](https://scholar.google.com/citations?user=uIlyqRwAAAAJ&hl=en), [Radu Timofte](https://scholar.google.com/citations?user=u3MwH5kAAAAJ&hl=en)
91
 
 
109
 
110
  **Datasets:** We use these datasets BSD100, BSD68, Urban100, WED, Rain100, Aobe MIT5K, LOL, GoPro, SOTS (haze). This demo expects an image with some degradations (blur, noise, rain, low-light, haze).
111
  <br>
112
+
113
+ <code>
114
  @article{conde2024high,
115
  title={High-Quality Image Restoration Following Human Instructions},
116
  author={Conde, Marcos V and Geigle, Gregor and Timofte, Radu},
117
  journal={arXiv preprint arXiv:2401.16468},
118
  year={2024}
119
  }
120
+ </code>
 
121
  <br>
122
  '''
123