Spaces:
Running
Running
delete test code
Browse files
app.py
CHANGED
@@ -18,9 +18,6 @@ def change_image_style(
|
|
18 |
extract_prompt,
|
19 |
prompt_prefix
|
20 |
):
|
21 |
-
image_url = "https://replicate.delivery/pbxt/Mjo5VWBA0fm8oq3BefpbdtXeJitBJc6AobPnnMdFxxCKzT3P/linkedin.jpeg"
|
22 |
-
style_image_url = "https://replicate.delivery/pbxt/N55l5TWGh8mSlNzW8usReoaNhGbFwvLeZR3TX1NL4pd2Wtfv/replicate-prediction-f2d25rg6gnrma0cq257vdw2n4c.png"
|
23 |
-
|
24 |
data = {
|
25 |
"image_url": image_url,
|
26 |
"style_image_url": style_image_url,
|
|
|
18 |
extract_prompt,
|
19 |
prompt_prefix
|
20 |
):
|
|
|
|
|
|
|
21 |
data = {
|
22 |
"image_url": image_url,
|
23 |
"style_image_url": style_image_url,
|