Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def modify_caption(caption: str) -> str:
|
|
| 31 |
|
| 32 |
def create_captions_rich(files):
|
| 33 |
captions = []
|
| 34 |
-
prompt = "
|
| 35 |
|
| 36 |
for file_path in files:
|
| 37 |
try:
|
|
|
|
| 31 |
|
| 32 |
def create_captions_rich(files):
|
| 33 |
captions = []
|
| 34 |
+
prompt = "detailed image description captions, longest, en"
|
| 35 |
|
| 36 |
for file_path in files:
|
| 37 |
try:
|