Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def clear_inputs():
|
|
62 |
setup_hf_dataset()
|
63 |
with gr.Blocks(theme='1024m/1024m-1') as gradio_app:
|
64 |
gr.Markdown("# Multilingual Image Captions")
|
65 |
-
gr.Markdown("
|
66 |
with gr.Row():
|
67 |
with gr.Column(scale=1):
|
68 |
input_img = gr.Image(label="Upload an image", sources=['upload', 'webcam'], type="pil")
|
|
|
62 |
setup_hf_dataset()
|
63 |
with gr.Blocks(theme='1024m/1024m-1') as gradio_app:
|
64 |
gr.Markdown("# Multilingual Image Captions")
|
65 |
+
gr.Markdown("Please make sure to check the [annotation guidelines](https://www.google.com/) and the [discord channel](https://www.google.com/) before proceeding.")
|
66 |
with gr.Row():
|
67 |
with gr.Column(scale=1):
|
68 |
input_img = gr.Image(label="Upload an image", sources=['upload', 'webcam'], type="pil")
|