Spaces:
Sleeping
Sleeping
Removing the unnecessary Markdown text
Browse files
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",
|