t3n50r commited on
Commit
f6dcb4f
1 Parent(s): e62d683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(classify_image,image,label,
28
  examples = ["dog4.png", "ship10.png", "automobile1.png", "airplane10.png"],
29
  title="Image classification with Swin Transfromers",
30
  description = "Model for classifying images from the CIFAR dataset using a vision transformer trained with small data.",
31
- article = "Author: <a href=\"https://huggingface.co/joheras\">Jónathan Heras</a>"
32
  )
33
 
34
 
 
28
  examples = ["dog4.png", "ship10.png", "automobile1.png", "airplane10.png"],
29
  title="Image classification with Swin Transfromers",
30
  description = "Model for classifying images from the CIFAR dataset using a vision transformer trained with small data.",
31
+ article = "Author: Kelvin Idanwekhai"
32
  )
33
 
34