A-Celsius commited on
Commit
eab00aa
·
1 Parent(s): c133f42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ interface = gr.Interface(
41
  Slider(minimum=1, maximum=5, step=1, label="Number of Captions")
42
  ],
43
  outputs=Textbox(type="text", label="Captions"),
44
- title="Assignment 1",
45
  description="AI tool that creates captions based on the image provided by the user.",
46
  )
47
 
 
41
  Slider(minimum=1, maximum=5, step=1, label="Number of Captions")
42
  ],
43
  outputs=Textbox(type="text", label="Captions"),
44
+ title="Image Caption Generator",
45
  description="AI tool that creates captions based on the image provided by the user.",
46
  )
47