Spaces:
Running
Running
Commit
·
b04dd16
1
Parent(s):
2c032a1
docs(update)
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def inference(img, template, angel):
|
|
34 |
return ['result_image.jpg', 'hue.jpg']
|
35 |
|
36 |
title = 'Color Harmonization'
|
37 |
-
description = 'Compute Color Harmonization with different templates based on Color Harmonization paper by Daniel Cohen-Or et al. More
|
38 |
article = "<p style='text-align: center'></p>"
|
39 |
examples = [['./examples/aim_interface.png', "V", 25], ['./examples/esfahan_unsplash.jpeg', "I", 352]]
|
40 |
# css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
|
|
34 |
return ['result_image.jpg', 'hue.jpg']
|
35 |
|
36 |
title = 'Color Harmonization'
|
37 |
+
description = 'Compute Color Harmonization with different templates based on Color Harmonization paper by Daniel Cohen-Or et al. More metrics for user interfaces on https://interfacemetrics.aalto.fi'
|
38 |
article = "<p style='text-align: center'></p>"
|
39 |
examples = [['./examples/aim_interface.png', "V", 25], ['./examples/esfahan_unsplash.jpeg', "I", 352]]
|
40 |
# css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|