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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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