Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from PIL import Image
|
|
4 |
|
5 |
|
6 |
MARKDOWN = """
|
|
|
7 |
# Blip fine-tuned on chest xray images 🔥
|
8 |
<div>
|
9 |
<a href="https://github.com/UmarIgan/Machine-Learning/blob/master/examples/image_captioning_blip.ipynb">
|
@@ -34,7 +35,7 @@ example_images = [
|
|
34 |
|
35 |
# Create the Gradio interface
|
36 |
with gr.Blocks() as demo:
|
37 |
-
gr.Markdown(
|
38 |
|
39 |
# Image input component with example images
|
40 |
with gr.Row():
|
|
|
4 |
|
5 |
|
6 |
MARKDOWN = """
|
7 |
+
# BLIP Image Captioning
|
8 |
# Blip fine-tuned on chest xray images 🔥
|
9 |
<div>
|
10 |
<a href="https://github.com/UmarIgan/Machine-Learning/blob/master/examples/image_captioning_blip.ipynb">
|
|
|
35 |
|
36 |
# Create the Gradio interface
|
37 |
with gr.Blocks() as demo:
|
38 |
+
gr.Markdown(MARKDOWN)
|
39 |
|
40 |
# Image input component with example images
|
41 |
with gr.Row():
|