Spaces:
Running
Running
kargaranamir
commited on
v3 to v4.
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ css = ".output_image, .input_image {height: 40rem !important; width: 100% !impor
|
|
18 |
|
19 |
gr.Interface(
|
20 |
inference,
|
21 |
-
[gr.Image(type='
|
22 |
-
[gr.Image(type='
|
23 |
title=title,
|
24 |
description=description,
|
25 |
article=article,
|
|
|
18 |
|
19 |
gr.Interface(
|
20 |
inference,
|
21 |
+
[gr.Image(type='filepath', label='Input')],
|
22 |
+
[gr.Image(type='filepath', label='Feature Congestion Output Image'), gr.Textbox(label="Feature Congestion"), gr.Textbox(label="Subband Entropy")],
|
23 |
title=title,
|
24 |
description=description,
|
25 |
article=article,
|