Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -30,5 +30,5 @@ iface = gr.Interface(
|
|
30 |
inputs = gr.inputs.Image(image_mode='L', shape=(28, 28)),
|
31 |
outputs = gr.outputs.Image(type = 'pil'),
|
32 |
examples = examples,
|
33 |
-
article = "Author: <a href=\"https://huggingface.co/Blazer007\">Vivek Rai</a>. Based on the keras example from <a href=\"https://keras.io/examples/vision/autoencoder/\">Santiago L. Valdarrama</a>",
|
34 |
).launch(enable_queue=True, debug = True)
|
|
|
30 |
inputs = gr.inputs.Image(image_mode='L', shape=(28, 28)),
|
31 |
outputs = gr.outputs.Image(type = 'pil'),
|
32 |
examples = examples,
|
33 |
+
article = "Author: <a href=\"https://huggingface.co/Blazer007\">Vivek Rai</a>. Based on the keras example from <a href=\"https://keras.io/examples/vision/autoencoder/\">Santiago L. Valdarrama</a> \n Model Link: https://huggingface.co/keras-io/conv_autoencoder",
|
34 |
).launch(enable_queue=True, debug = True)
|