linhcuem commited on
Commit
59b5360
1 Parent(s): 7bffd73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ inputs_image = [
90
  ]
91
 
92
  outputs_image =gr.outputs.Image(type="filepath", label="Output Image")
93
- count_obj = gr.outputs.Textbox(show_label=False)
94
 
95
  title = "Tất cả do anh Đạt"
96
 
 
90
  ]
91
 
92
  outputs_image =gr.outputs.Image(type="filepath", label="Output Image")
93
+ count_obj = gr.outputs.Textbox(show_label=True)
94
 
95
  title = "Tất cả do anh Đạt"
96