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