Spaces:
Runtime error
Runtime error
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:c3584e927ee5b1471262109a6f1433451bc700a9b79c668f69ffe1f94aeb82be",
|
| 62 |
input={"prompt": prompt,}
|
| 63 |
)
|
| 64 |
response = requests.get(url)
|
|
|
|
| 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)
|