SRDdev commited on
Commit
e50d169
1 Parent(s): 877b91d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -29,9 +29,7 @@ examples = [f"example{i}.jpg" for i in range(1,3)]
29
  description= "Image captioning application made using transformers"
30
  title = "Image Captioning 🖼️"
31
 
32
- article = gr.Markdown("""
33
- ### Created By : Shreyas Dixit
34
- Transormer uesd : nlpconnect/vit-gpt2-image-captioning """)
35
 
36
  interface = gr.Interface(
37
  fn=predict,
 
29
  description= "Image captioning application made using transformers"
30
  title = "Image Captioning 🖼️"
31
 
32
+ article = "Created By : Shreyas Dixit "
 
 
33
 
34
  interface = gr.Interface(
35
  fn=predict,