kargaranamir commited on
Commit
88350a3
·
verified ·
1 Parent(s): 5473cc1
Files changed (1) hide show
  1. app.py +2 -2
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='file_path', label='Input')],
22
- [gr.Image(type='file_path', label='Feature Congestion Output Image'), gr.Textbox(label="Feature Congestion"), gr.Textbox(label="Subband Entropy")],
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,