kargaranamir commited on
Commit
d822af7
1 Parent(s): dd5bd34

fix text > str

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ css = ".output_image, .input_image {height: 40rem !important; width: 100% !impor
23
  gr.Interface(
24
  inference,
25
  [gr.inputs.Image(type='file', label='Input')],
26
- [gr.outputs.Image(type='file', label='Feature Congestion Output Image'), gr.outputs.Textbox(type="text", label="Feature Congestion"), gr.outputs.Textbox(type="text", label="Subband Entorpy")],
27
  title=title,
28
  description=description,
29
  article=article,
 
23
  gr.Interface(
24
  inference,
25
  [gr.inputs.Image(type='file', label='Input')],
26
+ [gr.outputs.Image(type='file', label='Feature Congestion Output Image'), gr.outputs.Textbox(type="str", label="Feature Congestion"), gr.outputs.Textbox(type="str", label="Subband Entorpy")],
27
  title=title,
28
  description=description,
29
  article=article,