rynmurdock commited on
Commit
1e1f391
1 Parent(s): 02f2198

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:c3584e927ee5b1471262109a6f1433451bc700a9b79c668f69ffe1f94aeb82be",
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:c3584e927ee5b1471262109a6f1433451bc700a9b79c668f69ffe1f94aeb82be",
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:8dd9aab01b85451d3d6fedcb54678b6d142a8655ec229836f471b61b9687e5dc",
62
  input={"prompt": prompt,}
63
  )
64
  response = requests.get(url)
 
98
  print(prompt)
99
 
100
  image, im_emb = replicate.run(
101
+ "rynmurdock/zahir:8dd9aab01b85451d3d6fedcb54678b6d142a8655ec229836f471b61b9687e5dc",
102
  input={"prompt": prompt, 'im_emb': pickle.dumps(im_emb)}
103
  )
104
  response = requests.get(url)