jw2yang commited on
Commit
f1e8dfd
1 Parent(s): 75c94d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def localize_object(image, texts):
108
  image = gr.inputs.Image()
109
 
110
  gr.Interface(
111
- description="RegionCLIP for Open-Vocabulary Object Detection",
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=[