SRDdev commited on
Commit
05f2aaa
1 Parent(s): d52fc21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ input = gr.inputs.Image(label="Image to search", type = 'pil', optional=False)
26
  output = gr.outputs.Textbox(type="auto",label="Captions")
27
 
28
 
29
- article = "This HuggingFace Space presents a demo for Image captioning in Hindi built with VIT Encoder and GPT2 Decoder"
30
- title = "Hindi Image Captioning System"
31
 
32
  interface = gr.Interface(
33
  fn=predict,
 
26
  output = gr.outputs.Textbox(type="auto",label="Captions")
27
 
28
 
29
+ article = "This is an Image Captioning Application by SRDdev"
30
+ title = "Image Captioning "
31
 
32
  interface = gr.Interface(
33
  fn=predict,