Spaces:
Runtime error
Runtime error
ttengwang
commited on
Commit
•
48feec8
1
Parent(s):
108f2df
update
Browse files
caption_anything/model.py
CHANGED
@@ -33,7 +33,6 @@ class CaptionAnything:
|
|
33 |
elif api_key != "":
|
34 |
self.init_refiner(api_key)
|
35 |
self.require_caption_prompt = args.captioner == 'blip2'
|
36 |
-
print('text_refiner init time: ', time.time() - t0)
|
37 |
|
38 |
@property
|
39 |
def image_embedding(self):
|
|
|
33 |
elif api_key != "":
|
34 |
self.init_refiner(api_key)
|
35 |
self.require_caption_prompt = args.captioner == 'blip2'
|
|
|
36 |
|
37 |
@property
|
38 |
def image_embedding(self):
|