opentyphoon commited on
Commit
2297545
·
verified ·
1 Parent(s): 4c6714e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -82,7 +82,8 @@ with gr.Blocks(theme=theme) as demo:
82
  title = gr.HTML("""
83
  <h1>Typhoon OCR</h1>
84
  <ul>
85
- <li>🤗 <b>Model weights</b>: <a href="https://huggingface.co/scb10x/typhoon-ocr-7b" target="_blank">https://huggingface.co/scb10x/typhoon-ocr-7b</a></li>
 
86
  </ul>
87
  <br />
88
  <details>
 
82
  title = gr.HTML("""
83
  <h1>Typhoon OCR</h1>
84
  <ul>
85
+ <li>🤗 <b>7B Model weights</b>: <a href="https://huggingface.co/scb10x/typhoon-ocr-7b" target="_blank">https://huggingface.co/scb10x/typhoon-ocr-7b</a></li>
86
+ <li>🤗 <b>3B Model weights</b>: <a href="https://huggingface.co/scb10x/typhoon-ocr-3b" target="_blank">https://huggingface.co/scb10x/typhoon-ocr-3b</a></li>
87
  </ul>
88
  <br />
89
  <details>