Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,17 +90,13 @@ model = model.to(device)
|
|
90 |
print ("IMAGE MODEL CKPT:", MODEL_NAME)
|
91 |
load_network(model, MODEL_NAME, strict=True, param_key='params')
|
92 |
|
|
|
93 |
|
94 |
-
|
95 |
-
|
96 |
-
"""
|
97 |
-
Title: Online Image Enhancer - Free Upscale & Enhancement
|
98 |
-
|
99 |
-
Demo: Online Image Enhancer
|
100 |
|
101 |
Experience the power of our advanced image enhancement model! Upscale and enhance your images online for free.
|
102 |
Simply upload an image to see the transformation.
|
103 |
-
|
104 |
|
105 |
article = "<p style='text-align: center'>See More Details: Efficient Image Super-Resolution by Experts Mining</a></p>"
|
106 |
|
|
|
90 |
print ("IMAGE MODEL CKPT:", MODEL_NAME)
|
91 |
load_network(model, MODEL_NAME, strict=True, param_key='params')
|
92 |
|
93 |
+
title = "Online Image Enhancer - Free Upscale & Enhancement"
|
94 |
|
95 |
+
description = '''
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
Experience the power of our advanced image enhancement model! Upscale and enhance your images online for free.
|
98 |
Simply upload an image to see the transformation.
|
99 |
+
'''
|
100 |
|
101 |
article = "<p style='text-align: center'>See More Details: Efficient Image Super-Resolution by Experts Mining</a></p>"
|
102 |
|