Spaces:
Runtime error
Runtime error
animeshmaheshwari
commited on
Commit
·
5e9c05b
1
Parent(s):
db77225
Update app.py
Browse files
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
|
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)
|