Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,13 +91,9 @@ if view == "Artwork Explorer":
|
|
91 |
def generate_description(art):
|
92 |
prompt = (
|
93 |
f"Title: {art['title']}"
|
94 |
-
"
|
95 |
f"Artist: {art['artist']}"
|
96 |
-
"
|
97 |
f"Date: {art['date']}"
|
98 |
-
"
|
99 |
f"Culture: {art['culture']}"
|
100 |
-
"
|
101 |
f"Description:"
|
102 |
)
|
103 |
try:
|
|
|
91 |
def generate_description(art):
|
92 |
prompt = (
|
93 |
f"Title: {art['title']}"
|
|
|
94 |
f"Artist: {art['artist']}"
|
|
|
95 |
f"Date: {art['date']}"
|
|
|
96 |
f"Culture: {art['culture']}"
|
|
|
97 |
f"Description:"
|
98 |
)
|
99 |
try:
|