Spaces:
Runtime error
Runtime error
charlesouazana commited on
Commit ·
422a16d
1
Parent(s): 35f9b83
wrong image filename
Browse files- Untitled.jpg +0 -0
- app.py +1 -1
- requirements.txt +2 -0
- test.pkl +0 -0
Untitled.jpg
ADDED
|
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def classify_image(img):
|
|
| 13 |
|
| 14 |
image = gr.inputs.Image(shape=(48, 48))
|
| 15 |
label = gr.outputs.Label()
|
| 16 |
-
examples = ['
|
| 17 |
|
| 18 |
|
| 19 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
|
|
| 13 |
|
| 14 |
image = gr.inputs.Image(shape=(48, 48))
|
| 15 |
label = gr.outputs.Label()
|
| 16 |
+
examples = ['untitled.jpg']
|
| 17 |
|
| 18 |
|
| 19 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
requirements.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
fastai
|
test.pkl
ADDED
|
File without changes
|