VatsalPatel18 commited on
Commit
a852a36
·
verified ·
1 Parent(s): 900050a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -51,8 +51,7 @@ if ZERO_GPU:
51
  "Colors must be hex values."
52
  )
53
  user = (
54
- f"Brief: {prompt}
55
- Base: primary={base_primary}, secondary={base_secondary}, accent={base_accent}"
56
  )
57
  out = textgen(sys + "
58
  " + user, max_new_tokens=160, do_sample=True, temperature=0.6)[0][
 
51
  "Colors must be hex values."
52
  )
53
  user = (
54
+ f"Brief: {prompt}\nBase: primary={base_primary}, secondary={base_secondary}, accent={base_accent}"
 
55
  )
56
  out = textgen(sys + "
57
  " + user, max_new_tokens=160, do_sample=True, temperature=0.6)[0][