trysem commited on
Commit
d2ae095
·
1 Parent(s): 61c7a38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ img#style-image {
37
  max-height: 600px;
38
  }
39
  '''
40
- demo = gr.Blocks(css="footer {visibility: hidden}")
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''')