Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,6 @@ img#style-image {
|
|
| 40 |
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
| 41 |
with demo:
|
| 42 |
gr.Markdown('''<h1 id="title">Image to Text AI 🖼️</h1>''')
|
| 43 |
-
gr.Markdown('''Made by : Shreyas Dixit''')
|
| 44 |
with gr.Column():
|
| 45 |
input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=True)
|
| 46 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|
|
|
|
| 40 |
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
| 41 |
with demo:
|
| 42 |
gr.Markdown('''<h1 id="title">Image to Text AI 🖼️</h1>''')
|
|
|
|
| 43 |
with gr.Column():
|
| 44 |
input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=True)
|
| 45 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|