Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,6 @@ description = "Using ssd_resnet50_v1_fpn_640x640_coco17_tpu-8"
|
|
90 |
gr.Interface(fn=predict,
|
91 |
title = title,
|
92 |
description = description,
|
93 |
-
css=css_code,
|
94 |
inputs=gr.Image(type="pil", height=250),
|
95 |
outputs=gr.Image(type="pil", height=250)
|
96 |
).launch(share=True)
|
|
|
90 |
gr.Interface(fn=predict,
|
91 |
title = title,
|
92 |
description = description,
|
|
|
93 |
inputs=gr.Image(type="pil", height=250),
|
94 |
outputs=gr.Image(type="pil", height=250)
|
95 |
).launch(share=True)
|