minemaster01 commited on
Commit
5c7ecd5
·
verified ·
1 Parent(s): c783997

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Upload an image and answer questions about its cultural significance.")
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")