daniloedu commited on
Commit
6a1c24a
·
verified ·
1 Parent(s): e5a3b95

Removing the unnecessary Markdown text

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -9,12 +9,6 @@ def launch(input):
9
  out = pipe(input)
10
  return out[0]['generated_text']
11
 
12
- markdown_message= gr.Markdown(
13
- """
14
- # Image Captioning!
15
- BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation.
16
- """)
17
-
18
  iface = gr.Interface(launch,
19
  inputs=gr.Image(type='pil'),
20
  outputs="text",
 
9
  out = pipe(input)
10
  return out[0]['generated_text']
11
 
 
 
 
 
 
 
12
  iface = gr.Interface(launch,
13
  inputs=gr.Image(type='pil'),
14
  outputs="text",