Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
5d424f4
1
Parent(s):
9788c55
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,6 @@ def process_image(raw_image,prompt):
|
|
71 |
adv_X = (adv_X / 2 + 0.5).clamp(0, 1)
|
72 |
|
73 |
adv_image = to_pil(adv_X[0]).convert("RGB")
|
74 |
-
prompt = "dog under heavy rain and muddy ground real"
|
75 |
|
76 |
# a good seed (uncomment the line below to generate new images)
|
77 |
SEED = 9222
|
|
|
71 |
adv_X = (adv_X / 2 + 0.5).clamp(0, 1)
|
72 |
|
73 |
adv_image = to_pil(adv_X[0]).convert("RGB")
|
|
|
74 |
|
75 |
# a good seed (uncomment the line below to generate new images)
|
76 |
SEED = 9222
|