vineet124jig commited on
Commit
24ca2ef
·
verified ·
1 Parent(s): cabbd51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def image_translate(source_type, image_url, file_store_key, target_language):
58
  with gr.Blocks() as demo:
59
  gr.Markdown("""
60
  <div style='text-align: center; margin-bottom: 24px;'>
61
- <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩 JigsawStack Image Translation</h1>
62
  <p style='font-size:1.2em; margin-top: 0;'>Extract and translate text from images into multiple languages.</p>
63
  <p style='font-size:1em; margin-top: 0.5em;'>For more details and API usage, see the <a href='https://jigsawstack.com/docs/api-reference/ai/translate/image-translate' target='_blank'>documentation</a>.</p>
64
  </div>
 
58
  with gr.Blocks() as demo:
59
  gr.Markdown("""
60
  <div style='text-align: center; margin-bottom: 24px;'>
61
+ <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩 Image Translation</h1>
62
  <p style='font-size:1.2em; margin-top: 0;'>Extract and translate text from images into multiple languages.</p>
63
  <p style='font-size:1em; margin-top: 0.5em;'>For more details and API usage, see the <a href='https://jigsawstack.com/docs/api-reference/ai/translate/image-translate' target='_blank'>documentation</a>.</p>
64
  </div>