liamcripwell commited on
Commit
f1ebe2a
ยท
verified ยท
1 Parent(s): cf98dc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -80,7 +80,19 @@ with gr.Blocks(title="NuMarkdown-8B-Thinking", theme=gr.themes.Soft()) as demo:
80
  <div style="text-align: center; padding: 20px; background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); border-radius: 10px; margin-bottom: 20px;">
81
  <h1 style="color: white; margin: 0; font-size: 2.5em; font-weight: bold;">๐Ÿ‘๏ธ NuMarkdown-8B-Thinking</h1>
82
  <p style="color: rgba(255,255,255,0.9); margin: 10px 0; font-size: 1.2em;">Upload an image to convert to Markdown!</p>
 
 
 
 
 
 
 
 
 
83
  </div>
 
 
 
84
  """)
85
 
86
  with gr.Row():
 
80
  <div style="text-align: center; padding: 20px; background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); border-radius: 10px; margin-bottom: 20px;">
81
  <h1 style="color: white; margin: 0; font-size: 2.5em; font-weight: bold;">๐Ÿ‘๏ธ NuMarkdown-8B-Thinking</h1>
82
  <p style="color: rgba(255,255,255,0.9); margin: 10px 0; font-size: 1.2em;">Upload an image to convert to Markdown!</p>
83
+ <div style="margin-top: 15px;">
84
+ <a href="https://nuextract.ai/" style="color: white; text-decoration: none; margin: 0 10px; font-weight: 500;">๐Ÿ–ฅ๏ธ API / Platform</a>
85
+ <span style="color: rgba(255,255,255,0.7);">|</span>
86
+ <a href="https://discord.gg/3tsEtJNCDe" style="color: white; text-decoration: none; margin: 0 10px; font-weight: 500;">๐Ÿ—ฃ๏ธ Discord</a>
87
+ <span style="color: rgba(255,255,255,0.7);">|</span>
88
+ <a href="https://github.com/numindai/NuMarkdown" style="color: white; text-decoration: none; margin: 0 10px; font-weight: 500;">๐Ÿ”— GitHub</a>
89
+ <span style="color: rgba(255,255,255,0.7);">|</span>
90
+ <a href="https://huggingface.co/numind/NuMarkdown-8B-Thinking" style="color: white; text-decoration: none; margin: 0 10px; font-weight: 500;">๐Ÿค— Model</a>
91
+ </div>
92
  </div>
93
+
94
+ <p>NuMarkdown-8B-Thinking is the first reasoning OCR VLM. It is specifically trained to convert documents into clean Markdown files, well suited for RAG applications. It generates thinking tokens to figure out the layout of the document before generating the Markdown file. It is particularly good at understanding documents with weird layouts and complex tables.</p>
95
+ <p>NOTE: In this space we downsize large images and restrict the maximum output of the model, so performance could improve if you run the model yourself.</p>
96
  """)
97
 
98
  with gr.Row():