Spaces:
Sleeping
Sleeping
rynmurdock
commited on
Commit
•
e9ecb8a
1
Parent(s):
1e1f391
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def next_image():
|
|
58 |
print(prompt)
|
59 |
|
60 |
image, pooled_embeds = replicate.run(
|
61 |
-
"rynmurdock/zahir:
|
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:
|
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:a8f4d222537221ba7a52252b8faf53eedb530b135218c59f349a681e5f24c641",
|
62 |
input={"prompt": prompt,}
|
63 |
)
|
64 |
response = requests.get(url)
|
|
|
98 |
print(prompt)
|
99 |
|
100 |
image, im_emb = replicate.run(
|
101 |
+
"rynmurdock/zahir:a8f4d222537221ba7a52252b8faf53eedb530b135218c59f349a681e5f24c641",
|
102 |
input={"prompt": prompt, 'im_emb': pickle.dumps(im_emb)}
|
103 |
)
|
104 |
response = requests.get(url)
|