linhcuem commited on
Commit
a81bec5
1 Parent(s): 830e413

Update app.py

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