hellokitty commited on
Commit
3ced956
·
1 Parent(s): 86fdc37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -29,8 +29,6 @@ examples = [f"example{i}.jpg" for i in range(1,7)]
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,
36
  inputs = input,
 
29
  description= "Image captioning application made using transformers"
30
  title = "Image Captioning 🖼️"
31
 
 
 
32
  interface = gr.Interface(
33
  fn=predict,
34
  inputs = input,