animeshmaheshwari commited on
Commit
5e9c05b
·
1 Parent(s): db77225

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ interface = gr.Interface(
41
  inputs = gr.inputs.Image(shape=(28, 28, 1)),
42
  outputs = "text",
43
  examples = examples,
44
- article = "Author: <a href=\"https://huggingface.co/Blazer007\">Animesh Maheshwari</a>. Based on the keras example from <a href=\"\"></a> \n Model Link: https://huggingface.co/keras-io/keras-reptile",
45
  ).launch(enable_queue=True, debug = True)
 
41
  inputs = gr.inputs.Image(shape=(28, 28, 1)),
42
  outputs = "text",
43
  examples = examples,
44
+ article = "Author: <a href=\"https://huggingface.co/\">Animesh Maheshwari</a>. Based on the keras example from <a href=\"\"></a> \n Model Link: https://huggingface.co/keras-io/keras-reptile",
45
  ).launch(enable_queue=True, debug = True)