Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
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 |
|