Spaces:
Running
on
Zero
Running
on
Zero
fancyfeast
commited on
Commit
•
eb70836
1
Parent(s):
ded47d2
Update to title
Browse files
app.py
CHANGED
@@ -14,7 +14,8 @@ CLIP_PATH = "google/siglip-so400m-patch14-384"
|
|
14 |
VLM_PROMPT = "A descriptive caption for this image:\n"
|
15 |
MODEL_PATH = "meta-llama/Meta-Llama-3.1-8B"
|
16 |
CHECKPOINT_PATH = Path("wpkklhc6")
|
17 |
-
TITLE = "<h1><center>
|
|
|
18 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
19 |
|
20 |
|
|
|
14 |
VLM_PROMPT = "A descriptive caption for this image:\n"
|
15 |
MODEL_PATH = "meta-llama/Meta-Llama-3.1-8B"
|
16 |
CHECKPOINT_PATH = Path("wpkklhc6")
|
17 |
+
TITLE = "<h1><center>JoyCaption Pre-Alpha (2024-07-30a)</center></h1>"
|
18 |
+
|
19 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
20 |
|
21 |
|