Spaces:
Sleeping
Sleeping
rynmurdock
commited on
Commit
•
cc130e4
1
Parent(s):
4ca7cb4
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:55527cb3b36b96f4afa8dd6d50bc482e019c2130ce57361e3d84fd3c0631a8b7",
|
62 |
input={"prompt": prompt,}
|
63 |
)
|
64 |
response = requests.get(url)
|
|
|
98 |
print(prompt)
|
99 |
|
100 |
image, im_emb = replicate.run(
|
101 |
+
"rynmurdock/zahir:55527cb3b36b96f4afa8dd6d50bc482e019c2130ce57361e3d84fd3c0631a8b7",
|
102 |
input={"prompt": prompt, 'im_emb': pickle.dumps(im_emb)}
|
103 |
)
|
104 |
response = requests.get(url)
|