Spaces:
Sleeping
Sleeping
kargaranamir
commited on
Commit
·
999b0bd
1
Parent(s):
333223f
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def inference(img):
|
|
12 |
return ['test_collapsed_combine_map.png', str(clutter_scalar_fc), str(clutter_scalar_se)]
|
13 |
|
14 |
title = 'Visual Clutter'
|
15 |
-
description = 'Compute two measures of visual clutter (Feature Congestion and Subband Entropy)'
|
16 |
article = "<p style='text-align: center'></p>"
|
17 |
examples = [['test.jpg'],['test2.jpg']]
|
18 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
|
|
12 |
return ['test_collapsed_combine_map.png', str(clutter_scalar_fc), str(clutter_scalar_se)]
|
13 |
|
14 |
title = 'Visual Clutter'
|
15 |
+
description = 'Compute two measures of visual clutter (Feature Congestion and Subband Entropy), see the code at https://github.com/kargaranamir/visual-clutter'
|
16 |
article = "<p style='text-align: center'></p>"
|
17 |
examples = [['test.jpg'],['test2.jpg']]
|
18 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|