Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,4 +94,6 @@ def inference(img):
|
|
94 |
]).convert("RGB")
|
95 |
return final_img
|
96 |
|
97 |
-
|
|
|
|
|
|
94 |
]).convert("RGB")
|
95 |
return final_img
|
96 |
|
97 |
+
title="sub_pixel_cnn_2016"
|
98 |
+
description="The Super Resolution machine learning model sharpens and upscales the input image to refine the details and improve quality."
|
99 |
+
gr.Interface(inference,gr.inputs.Image(type="filepath"),gr.outputs.Image(type="pil"),title=title,description=description).launch()
|