Korakoe commited on
Commit
366804c
1 Parent(s): bf81429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +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}"))
17
  startimg += 50
18
  return final
19
 
 
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
19