Update app.py
Browse files
app.py
CHANGED
@@ -7,15 +7,19 @@ def greet(image, prompt):
|
|
7 |
|
8 |
title = "🖼️ ICDR 🖼️"
|
9 |
description = ''' ## ICDR: Image Restoration Framework for Composite Degradation following Human Instructions
|
10 |
-
|
|
|
11 |
|
12 |
Siwon Kim, Donghyeon Yoon
|
13 |
|
14 |
Ajou Univ
|
|
|
|
|
|
|
15 |
'''
|
16 |
|
17 |
|
18 |
-
article = "<p style='text-align: center'><a href='https://github.com/' target='_blank'>ICDR</a></p>"
|
19 |
|
20 |
#### Image,Prompts examples
|
21 |
examples = [['input/00013.png', "Remove the rain as much as possible like the picture taken on a clear day."],
|
|
|
7 |
|
8 |
title = "🖼️ ICDR 🖼️"
|
9 |
description = ''' ## ICDR: Image Restoration Framework for Composite Degradation following Human Instructions
|
10 |
+
|
11 |
+
Our Github : https://github.com/kimww42/ICDR
|
12 |
|
13 |
Siwon Kim, Donghyeon Yoon
|
14 |
|
15 |
Ajou Univ
|
16 |
+
|
17 |
+
it can take a long time to operate in cpu environment. (30 minutes per sheet), In this case, you can run app.py directly to test demo in a local environment.(https://github.com/kimww42/ICDR)
|
18 |
+
|
19 |
'''
|
20 |
|
21 |
|
22 |
+
article = "<p style='text-align: center'><a href='https://github.com/kimww42/ICDR' target='_blank'>ICDR</a></p>"
|
23 |
|
24 |
#### Image,Prompts examples
|
25 |
examples = [['input/00013.png', "Remove the rain as much as possible like the picture taken on a clear day."],
|