Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,11 +35,11 @@ def infer(image):
|
|
35 |
)
|
36 |
return (img,out_img)
|
37 |
|
38 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1609.05158' target='_blank'>
|
39 |
|
40 |
iface = gr.Interface(
|
41 |
fn=infer,
|
42 |
-
title = "Super-resolution",
|
43 |
description = "This space is a demo of the paper 'Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network' 👀",
|
44 |
article = article,
|
45 |
inputs=gr.inputs.Image(label="Input Image"),
|
|
|
35 |
)
|
36 |
return (img,out_img)
|
37 |
|
38 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1609.05158' target='_blank'>Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network</a></p> <center>Contributors: <a href='https://twitter.com/ariG23498'>Aritra Roy Gosthipaty</a>|<a href='https://twitter.com/ritwik_raha'>Ritwik Raha</a>|<a href='https://twitter.com/Cr0wley_zz'>Devjyoti Chakraborty</a></center>"
|
39 |
|
40 |
iface = gr.Interface(
|
41 |
fn=infer,
|
42 |
+
title = " Image Super-resolution",
|
43 |
description = "This space is a demo of the paper 'Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network' 👀",
|
44 |
article = article,
|
45 |
inputs=gr.inputs.Image(label="Input Image"),
|