SRDdev commited on
Commit
df55b81
·
1 Parent(s): d775059

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -26,10 +26,7 @@ input = gr.inputs.Image(label="Upload your 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,7)]
28
 
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,
 
26
  output = gr.outputs.Textbox(type="auto",label="Captions")
27
  examples = [f"example{i}.jpg" for i in range(1,7)]
28
 
29
+ title = "Image Captioning "
 
 
 
30
 
31
  interface = gr.Interface(
32
  fn=predict,