mv-lab commited on
Commit
b26a870
1 Parent(s): 78622db

fix bug article html

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -122,11 +122,7 @@ You can also try general image enhancement prompts (e.g., "retouch this image",
122
  '''
123
 
124
 
125
- article = '''
126
- <p style='text-align: center'> Check our code, models and results at: <a href='https://github.com/mv-lab/InstructIR' target='_blank'>https://github.com/mv-lab/InstructIR</a></p>
127
- <p style='text-align: center'> Read the full paper at: <a href='https://arxiv.org/abs/2401.16468' target='_blank'>High-Quality Image Restoration Following Human Instructions</a></p>
128
- <p style='text-align: center'> Consider citing our work if you use it, or you find it insightful </p>
129
- '''
130
 
131
  #### Image,Prompts examples
132
  examples = [['images/a4960.jpg', "my colors are too off, make it pop so I can use it in instagram"],
 
122
  '''
123
 
124
 
125
+ article = "<p style='text-align: center'><a href='https://github.com/mv-lab/InstructIR' target='_blank'>High-Quality Image Restoration Following Human Instructions</a></p>"
 
 
 
 
126
 
127
  #### Image,Prompts examples
128
  examples = [['images/a4960.jpg', "my colors are too off, make it pop so I can use it in instagram"],