Dvjc1899 commited on
Commit
cb49204
•
1 Parent(s): 3c7ebd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,12 +35,12 @@ 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>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 keras tutorial '''<[Image Super Resolution](https://keras.io/examples/vision/super_resolution_sub_pixel/)>''' based on 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"),
46
  outputs=[gr.outputs.Image(label="Resized 100x100 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> <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/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 keras tutorial 'Image Super-Resolution using an Efficient Sub-Pixel CNN' based on 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"),
46
  outputs=[gr.outputs.Image(label="Resized 100x100 image"),