MRaudhatul commited on
Commit
1f19b55
Β·
verified Β·
1 Parent(s): d99c142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -6
app.py CHANGED
@@ -264,17 +264,23 @@ with gr.Blocks(
264
  gr.Markdown("""
265
  ## Project Information
266
 
267
- **Project Name:** AI Image Captioning System
 
268
 
269
- **Student:** Muhammad Raudhatul
 
270
 
271
- **Model:** InstructBLIP FLAN-T5 XL
 
272
 
273
- **Dataset:** MS COCO 2017
 
274
 
275
- **Description:** Image caption generator using InstructBLIP model fine-tuned on the MS COCO dataset. Upload any image to get an automatic caption or ask a custom question about it.
 
276
 
277
- **Deployment:** Hugging Face Spaces
 
278
  """)
279
 
280
  # ─────────────────────────────────────────
 
264
  gr.Markdown("""
265
  ## Project Information
266
 
267
+ ### Project Name
268
+ AI Image Captioning System
269
 
270
+ ### Student
271
+ Muhammad Raudhatul
272
 
273
+ ### Model
274
+ InstructBLIP FLAN-T5 XL
275
 
276
+ ### Dataset
277
+ MS COCO 2017
278
 
279
+ ### Description
280
+ Image caption generator using InstructBLIP model. Upload any image to get an automatic caption.
281
 
282
+ ### Deployment
283
+ Hugging Face Spaces
284
  """)
285
 
286
  # ─────────────────────────────────────────