Spaces:
Running
Running
lalashechka
commited on
Commit
•
9da9910
1
Parent(s):
297f322
Update app.py
Browse files
app.py
CHANGED
@@ -150,8 +150,8 @@ def mirror(image_output, scale_by, method, gfpgan, codeformer):
|
|
150 |
url_up = os.getenv("url_up")
|
151 |
url_up_f = os.getenv("url_up_f")
|
152 |
|
153 |
-
print(url_up)
|
154 |
-
print(url_up_f)
|
155 |
|
156 |
scale_by = int(scale_by)
|
157 |
gfpgan = int(gfpgan)
|
|
|
150 |
url_up = os.getenv("url_up")
|
151 |
url_up_f = os.getenv("url_up_f")
|
152 |
|
153 |
+
print("~~ up", url_up)
|
154 |
+
print("~~ f", url_up_f)
|
155 |
|
156 |
scale_by = int(scale_by)
|
157 |
gfpgan = int(gfpgan)
|