Spaces:
Sleeping
Sleeping
Dylan
commited on
Commit
·
c893ae0
1
Parent(s):
68fe4b2
more separators
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def process_and_display(image, voices):
|
|
| 19 |
result = graph.invoke(state, {"max_concurrency" : 1})
|
| 20 |
|
| 21 |
descriptions:list[str] = result["descriptions"]
|
| 22 |
-
description = "\n---\n".join(descriptions)
|
| 23 |
|
| 24 |
# Return the caption and description
|
| 25 |
return result["caption"], description
|
|
|
|
| 19 |
result = graph.invoke(state, {"max_concurrency" : 1})
|
| 20 |
|
| 21 |
descriptions:list[str] = result["descriptions"]
|
| 22 |
+
description = "\n\n---\n\n".join(descriptions)
|
| 23 |
|
| 24 |
# Return the caption and description
|
| 25 |
return result["caption"], description
|