Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ def get_dataset_forward():
|
|
13 |
url = idx["url"]
|
14 |
prompt = idx["prompt"]
|
15 |
style = idx["style"]
|
|
|
16 |
final.append((url, f"{prompt}\n\n Style: {style}\n\n Aesthetic: {score}"))
|
17 |
startimg += 50
|
18 |
return final
|
|
|
13 |
url = idx["url"]
|
14 |
prompt = idx["prompt"]
|
15 |
style = idx["style"]
|
16 |
+
score = idx["score"]
|
17 |
final.append((url, f"{prompt}\n\n Style: {style}\n\n Aesthetic: {score}"))
|
18 |
startimg += 50
|
19 |
return final
|