Kaushik Bar
commited on
Commit
·
007aa6e
1
Parent(s):
acc6a27
adding yoloxl
Browse files
app.py
CHANGED
@@ -131,10 +131,8 @@ with demo:
|
|
131 |
|
132 |
with gr.TabItem('Image Upload'):
|
133 |
with gr.Row():
|
134 |
-
|
135 |
-
|
136 |
-
else:
|
137 |
-
img_input = gr.Image(type='pil')
|
138 |
img_output_from_upload= gr.Image(shape=(650,650))
|
139 |
|
140 |
with gr.Row():
|
|
|
131 |
|
132 |
with gr.TabItem('Image Upload'):
|
133 |
with gr.Row():
|
134 |
+
img_input = gr.Image()
|
135 |
+
#img_input = gr.Image(type='pil')
|
|
|
|
|
136 |
img_output_from_upload= gr.Image(shape=(650,650))
|
137 |
|
138 |
with gr.Row():
|