Spaces:
Sleeping
Sleeping
init!
Browse files
app2.py
CHANGED
@@ -40,7 +40,7 @@ img#style-image {
|
|
40 |
demo = gr.Blocks(css=css)
|
41 |
with demo:
|
42 |
gr.Markdown('''<h1 id="title">Image Caption 🖼️</h1>''')
|
43 |
-
gr.Markdown('''Made by :
|
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 |
demo = gr.Blocks(css=css)
|
41 |
with demo:
|
42 |
gr.Markdown('''<h1 id="title">Image Caption 🖼️</h1>''')
|
43 |
+
gr.Markdown('''Made by : Siddharth Saxena''')
|
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")
|