Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,11 +108,10 @@ def inference(img, version, scale):
|
|
| 108 |
print('global exception', error)
|
| 109 |
return None, None
|
| 110 |
|
| 111 |
-
custom_css ="
|
| 112 |
-
.
|
| 113 |
visibility: hidden;
|
| 114 |
-
}
|
| 115 |
-
"""
|
| 116 |
title = "Image Upscaling & Restoration(esp. Face)"
|
| 117 |
description = r"""
|
| 118 |
Restore your **old photos** or improve **AI-generated faces**.<br>
|
|
|
|
| 108 |
print('global exception', error)
|
| 109 |
return None, None
|
| 110 |
|
| 111 |
+
custom_css ="
|
| 112 |
+
.footer {
|
| 113 |
visibility: hidden;
|
| 114 |
+
}"
|
|
|
|
| 115 |
title = "Image Upscaling & Restoration(esp. Face)"
|
| 116 |
description = r"""
|
| 117 |
Restore your **old photos** or improve **AI-generated faces**.<br>
|