Update app.py
Browse files
app.py
CHANGED
@@ -181,8 +181,6 @@ def mirror(image_output, scale_by, method, gfpgan, codeformer):
|
|
181 |
img = Image.open(BytesIO(response2.content))
|
182 |
return img
|
183 |
|
184 |
-
|
185 |
-
|
186 |
examples = [
|
187 |
"a beautiful woman with blonde hair and blue eyes",
|
188 |
"a beautiful woman with brown hair and grey eyes",
|
|
|
181 |
img = Image.open(BytesIO(response2.content))
|
182 |
return img
|
183 |
|
|
|
|
|
184 |
examples = [
|
185 |
"a beautiful woman with blonde hair and blue eyes",
|
186 |
"a beautiful woman with brown hair and grey eyes",
|