Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ iface = gr.Interface(classify_image,image,label,
|
|
| 30 |
#outputs=[
|
| 31 |
# gr.outputs.Textbox(label="Engine issue"),
|
| 32 |
# gr.outputs.Textbox(label="Engine issue score")],
|
| 33 |
-
examples=["
|
| 34 |
#, title="Classification of Ford Motor data",
|
| 35 |
# description = "Model for predicting issues in Ford engines.",
|
| 36 |
article = "Author: <a href=\"https://huggingface.co/joheras\">J贸nathan Heras</a>"
|
|
|
|
| 30 |
#outputs=[
|
| 31 |
# gr.outputs.Textbox(label="Engine issue"),
|
| 32 |
# gr.outputs.Textbox(label="Engine issue score")],
|
| 33 |
+
examples=["dog4.png","airplane4.png"],
|
| 34 |
#, title="Classification of Ford Motor data",
|
| 35 |
# description = "Model for predicting issues in Ford engines.",
|
| 36 |
article = "Author: <a href=\"https://huggingface.co/joheras\">J贸nathan Heras</a>"
|