Spaces:
Running
Running
kargaranamir
commited on
Commit
•
e44cce4
1
Parent(s):
91306ff
change test
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def inference(img):
|
|
12 |
clutter_scalar_fc, clutter_map_fc = clt.getClutter_FC(p=1, pix=1)
|
13 |
# get Subband Entropy clutter of the test map:
|
14 |
# clutter_scalar_se = clt.getClutter_SE(wlevels=3, wght_chrom=0.0625)
|
15 |
-
return
|
16 |
|
17 |
title = 'Visual Clutter'
|
18 |
description = 'Compute two measures of visual clutter (Feature Congestion and Subband Entropy)'
|
@@ -29,5 +29,4 @@ gr.Interface(
|
|
29 |
article=article,
|
30 |
examples=examples,
|
31 |
css=css,
|
32 |
-
enable_queue=True
|
33 |
-
).launch(debug=True, share=True)
|
|
|
12 |
clutter_scalar_fc, clutter_map_fc = clt.getClutter_FC(p=1, pix=1)
|
13 |
# get Subband Entropy clutter of the test map:
|
14 |
# clutter_scalar_se = clt.getClutter_SE(wlevels=3, wght_chrom=0.0625)
|
15 |
+
return 'test_collapsed_combine_map.png'
|
16 |
|
17 |
title = 'Visual Clutter'
|
18 |
description = 'Compute two measures of visual clutter (Feature Congestion and Subband Entropy)'
|
|
|
29 |
article=article,
|
30 |
examples=examples,
|
31 |
css=css,
|
32 |
+
).launch(debug=True, enable_queue=True)
|
|