Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ def localize_object(image, texts):
|
|
| 108 |
image = gr.inputs.Image()
|
| 109 |
|
| 110 |
gr.Interface(
|
| 111 |
-
description="
|
| 112 |
fn=localize_object,
|
| 113 |
inputs=["image", "text"],
|
| 114 |
outputs=[
|
|
|
|
| 108 |
image = gr.inputs.Image()
|
| 109 |
|
| 110 |
gr.Interface(
|
| 111 |
+
description="Zero-Shot Object Detection with RegionCLIP (https://github.com/microsoft/RegionCLIP)",
|
| 112 |
fn=localize_object,
|
| 113 |
inputs=["image", "text"],
|
| 114 |
outputs=[
|