simon-clmtd commited on
Commit
6a48bfc
·
verified ·
1 Parent(s): 2bf9201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks(title="OCR QA Demo") as demo:
81
  gr.HTML(
82
  """
83
  <a href="https://impresso-project.ch" target="_blank">
84
- <img src="https://huggingface.co/spaces/impresso-project/ocrqa-demo/blob/main/logo.jpeg" alt="Impresso Project Logo" style="height: 100px;">
85
  </a>
86
  """
87
  )
 
81
  gr.HTML(
82
  """
83
  <a href="https://impresso-project.ch" target="_blank">
84
+ <img src="https://huggingface.co/spaces/impresso-project/ocrqa-demo/resolve/main/logo.jpeg" alt="Impresso Project Logo" style="height: 100px;">
85
  </a>
86
  """
87
  )