joheras commited on
Commit
2f63da6
·
1 Parent(s): bab2650
Files changed (1) hide show
  1. app.py +3 -3
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.jpg"],
393
  title="Model interpretability with Integrated Gradients",
394
- description = "Model for classifying images from the CIFAR dataset using a vision transformer trained with small data.",
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()