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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1609.051
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"),
 
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"),