Update gpt_caption.py
Browse files- gpt_caption.py +1 -1
gpt_caption.py
CHANGED
@@ -4,7 +4,7 @@ import base64
|
|
4 |
import requests
|
5 |
import os
|
6 |
|
7 |
-
api_key = "
|
8 |
prompt = """As an AI image tagging expert, please provide precise tags for
|
9 |
these images to enhance CLIP model's understanding of the content.
|
10 |
Employ succinct keywords or phrases, steering clear of elaborate
|
|
|
4 |
import requests
|
5 |
import os
|
6 |
|
7 |
+
api_key = ""
|
8 |
prompt = """As an AI image tagging expert, please provide precise tags for
|
9 |
these images to enhance CLIP model's understanding of the content.
|
10 |
Employ succinct keywords or phrases, steering clear of elaborate
|