S1ddharth commited on
Commit
176ed98
·
1 Parent(s): c9af206

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ input = gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
26
  output = gr.outputs.Textbox(type="auto",label="Captions")
27
  examples = [f"example{i}.jpg" for i in range(1,5)]
28
 
29
- title = "Image Captioning "
30
  description = "Made by : Sid"
31
  interface = gr.Interface(
32
 
 
26
  output = gr.outputs.Textbox(type="auto",label="Captions")
27
  examples = [f"example{i}.jpg" for i in range(1,5)]
28
 
29
+ title = "Caption generetor "
30
  description = "Made by : Sid"
31
  interface = gr.Interface(
32