Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def Custom_detect(img):
|
|
154 |
|
155 |
return Image.fromarray(im0[:,:,::-1])
|
156 |
inp = gr.Image(type="pil")
|
157 |
-
output = gr.Image(type="pil",
|
158 |
#gr.outputs.Image(type="filepath", label="Output")
|
159 |
#.outputs.Textbox() ,api_mode=True
|
160 |
|
|
|
154 |
|
155 |
return Image.fromarray(im0[:,:,::-1])
|
156 |
inp = gr.Image(type="pil")
|
157 |
+
output = gr.Image(type="pil").style(full_width=True, height=60)
|
158 |
#gr.outputs.Image(type="filepath", label="Output")
|
159 |
#.outputs.Textbox() ,api_mode=True
|
160 |
|