Spaces:
Runtime error
Runtime error
app
Browse files
app.py
CHANGED
@@ -389,12 +389,12 @@ iface = gr.Interface(classify_image,image,label,
|
|
389 |
#outputs=[
|
390 |
# gr.outputs.Textbox(label="Engine issue"),
|
391 |
# gr.outputs.Textbox(label="Engine issue score")],
|
392 |
-
examples=["elephant.jpg
|
393 |
title="Model interpretability with Integrated Gradients",
|
394 |
-
description = "Model
|
395 |
article = "Author: <a href=\"https://huggingface.co/joheras\">Jónathan Heras</a>"
|
396 |
# examples = ["sample.csv"],
|
397 |
)
|
398 |
|
399 |
|
400 |
-
iface.launch()
|
|
|
389 |
#outputs=[
|
390 |
# gr.outputs.Textbox(label="Engine issue"),
|
391 |
# gr.outputs.Textbox(label="Engine issue score")],
|
392 |
+
examples=["elephant.jpg"],
|
393 |
title="Model interpretability with Integrated Gradients",
|
394 |
+
description = "Model interpretability with Integrated Gradients from <a href=\"https://keras.io/examples/vision/integrated_gradients/\">keras examples</a>.",
|
395 |
article = "Author: <a href=\"https://huggingface.co/joheras\">Jónathan Heras</a>"
|
396 |
# examples = ["sample.csv"],
|
397 |
)
|
398 |
|
399 |
|
400 |
+
iface.launch()
|