Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,8 +35,10 @@ 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'>Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network</a></p><center> <a href='https://keras.io/examples/vision/super_resolution_sub_pixel/' target='_blank'>Image Super-Resolution using an Efficient Sub-Pixel CNN</a></p> <center>Contributors: <a href='https://twitter.com/
|
| 39 |
|
|
|
|
|
|
|
| 40 |
iface = gr.Interface(
|
| 41 |
fn=infer,
|
| 42 |
title = " Image Super-resolution",
|
|
|
|
| 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> <a href='https://keras.io/examples/vision/super_resolution_sub_pixel/' target='_blank'>Image Super-Resolution using an Efficient Sub-Pixel CNN</a></p> <center>Contributors: <a href='https://twitter.com/Cr0wley_zz'>Devjyoti Chakraborty</a>|<a href='https://twitter.com/ritwik_raha'>Ritwik Raha</a>|<a href='https://twitter.com/ariG23498'>Aritra Roy Gosthipaty</a></center>"
|
| 39 |
|
| 40 |
+
|
| 41 |
+
'https://twitter.com/ariG23498'>Aritra Roy Gosthipaty
|
| 42 |
iface = gr.Interface(
|
| 43 |
fn=infer,
|
| 44 |
title = " Image Super-resolution",
|