Blazer007 commited on
Commit
a70b2d8
·
1 Parent(s): ac30f11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)