Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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"),
|