Spaces:
Runtime error
Runtime error
animeshmaheshwari
commited on
Commit
·
fb92513
1
Parent(s):
db9993b
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ interface = gr.Interface(
|
|
41 |
fn = inference,
|
42 |
title = "Few shot learning with Reptile",
|
43 |
description = "Keras Implementation of Reptile",
|
44 |
-
inputs = gr.inputs.Image(shape=(28, 28
|
45 |
outputs = "text",
|
46 |
examples = examples,
|
47 |
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",
|
|
|
41 |
fn = inference,
|
42 |
title = "Few shot learning with Reptile",
|
43 |
description = "Keras Implementation of Reptile",
|
44 |
+
inputs = gr.inputs.Image(shape=(28, 28)),
|
45 |
outputs = "text",
|
46 |
examples = examples,
|
47 |
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",
|