RishabA commited on
Commit
1f4feb4
·
verified ·
1 Parent(s): 353b5fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def predict(image: Image.Image):
63
  return caption
64
 
65
 
66
- with gr.Blocks(css=".block-title { font-size: 24px; font-weight: bold; }") as demo:
67
  gr.Markdown("<div class='block-title'>Image Captioning with PyTorch</div>")
68
  gr.Markdown("Upload an image and get a descriptive caption about the image:")
69
 
 
63
  return caption
64
 
65
 
66
+ with gr.Blocks(css=".block-title { font-size: 48px; font-weight: bold; }") as demo:
67
  gr.Markdown("<div class='block-title'>Image Captioning with PyTorch</div>")
68
  gr.Markdown("Upload an image and get a descriptive caption about the image:")
69