trysem commited on
Commit
7baccad
·
1 Parent(s): d2ae095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")