seanbenhur commited on
Commit
7bbc0b3
1 Parent(s): add49e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ output = gr.outputs.Textbox(type="auto",label="Captions")
31
 
32
 
33
  article = "This HuggingFace Space presents a demo for Image captioning in Hindi built with VIT Encoder and GPT2 Decoder"
34
-
35
  interface = gr.Interface(
36
  fn=predict,
37
  inputs = input,
 
31
 
32
 
33
  article = "This HuggingFace Space presents a demo for Image captioning in Hindi built with VIT Encoder and GPT2 Decoder"
34
+ title = "Hindi Image Captioning System"
35
  interface = gr.Interface(
36
  fn=predict,
37
  inputs = input,