Spaces:
Running
on
A10G
Running
on
A10G
rynmurdock
commited on
Commit
•
4f7211d
1
Parent(s):
a57acc8
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def next_image():
|
|
52 |
print(prompt)
|
53 |
|
54 |
output = replicate.run(
|
55 |
-
"rynmurdock/zahir:
|
56 |
input={"prompt": prompt,}
|
57 |
)
|
58 |
response = requests.get(output['file1'])
|
@@ -93,11 +93,11 @@ def next_image():
|
|
93 |
|
94 |
im_emb_st = str(im_emb[0].cpu().detach().tolist())[1:-1]
|
95 |
|
96 |
-
#output = StringIO()
|
97 |
-
#output.write(im_emb_st)
|
98 |
|
99 |
output = replicate.run(
|
100 |
-
"rynmurdock/zahir:
|
101 |
input={"prompt": prompt, 'im_emb': im_emb_st}
|
102 |
)
|
103 |
response = requests.get(output['file1'])
|
|
|
52 |
print(prompt)
|
53 |
|
54 |
output = replicate.run(
|
55 |
+
"rynmurdock/zahir:42c58addd49ab57f1e309f0b9a0f271f483bbef0470758757c623648fe989e42",
|
56 |
input={"prompt": prompt,}
|
57 |
)
|
58 |
response = requests.get(output['file1'])
|
|
|
93 |
|
94 |
im_emb_st = str(im_emb[0].cpu().detach().tolist())[1:-1]
|
95 |
|
96 |
+
# output = StringIO()
|
97 |
+
# output.write(im_emb_st)
|
98 |
|
99 |
output = replicate.run(
|
100 |
+
"rynmurdock/zahir:42c58addd49ab57f1e309f0b9a0f271f483bbef0470758757c623648fe989e42",
|
101 |
input={"prompt": prompt, 'im_emb': im_emb_st}
|
102 |
)
|
103 |
response = requests.get(output['file1'])
|