Spaces:
Runtime error
Runtime error
Update detectron2/data/clip_datasets/clip_prompt_engineering.py
Browse files
detectron2/data/clip_datasets/clip_prompt_engineering.py
CHANGED
@@ -235,7 +235,7 @@ def get_prompt_templates():
|
|
235 |
# 'a painting of a {}.',
|
236 |
# ]
|
237 |
|
238 |
-
prompt_templates = ['{}.'
|
239 |
|
240 |
return prompt_templates
|
241 |
|
|
|
235 |
# 'a painting of a {}.',
|
236 |
# ]
|
237 |
|
238 |
+
prompt_templates = ['{}.']
|
239 |
|
240 |
return prompt_templates
|
241 |
|