Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ img#style-image {
|
|
37 |
max-height: 600px;
|
38 |
}
|
39 |
'''
|
40 |
-
|
41 |
with demo:
|
42 |
gr.Markdown('''<h1 id="title">Image to Text AI 🖼️</h1>''')
|
43 |
gr.Markdown('''Made by : Shreyas Dixit''')
|
|
|
37 |
max-height: 600px;
|
38 |
}
|
39 |
'''
|
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''')
|