rynmurdock commited on
Commit
54d2464
1 Parent(s): 93f11bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,7 +58,7 @@ def next_image():
58
  print(prompt)
59
 
60
  image, pooled_embeds = replicate.run(
61
- "rynmurdock/zahir:0bf6ef3012f23397a6f31d4e4066ff9a13f028e54b119041cb82b0b38fdc6a36",
62
  input={"prompt": prompt,}
63
  )
64
  response = requests.get(url)
@@ -98,7 +98,7 @@ def next_image():
98
  print(prompt)
99
 
100
  image, im_emb = replicate.run(
101
- "rynmurdock/zahir:0bf6ef3012f23397a6f31d4e4066ff9a13f028e54b119041cb82b0b38fdc6a36",
102
  input={"prompt": prompt, 'im_emb': pickle.dumps(im_emb)}
103
  )
104
  response = requests.get(url)
 
58
  print(prompt)
59
 
60
  image, pooled_embeds = replicate.run(
61
+ "rynmurdock/zahir:85d3afa914d6884acec9443c2af80f316fd8af08269dfd6dda48173bfab6cef6",
62
  input={"prompt": prompt,}
63
  )
64
  response = requests.get(url)
 
98
  print(prompt)
99
 
100
  image, im_emb = replicate.run(
101
+ "rynmurdock/zahir:85d3afa914d6884acec9443c2af80f316fd8af08269dfd6dda48173bfab6cef6",
102
  input={"prompt": prompt, 'im_emb': pickle.dumps(im_emb)}
103
  )
104
  response = requests.get(url)