Tom Aarsen commited on
Commit
6c0d667
1 Parent(s): 90a1502

Use markdown table

Browse files
Files changed (1) hide show
  1. app.py +18 -3
app.py CHANGED
@@ -648,9 +648,24 @@ Observe the [Speeding up Inference](https://sbert.net/docs/sentence_transformer/
648
 
649
  <details><summary>Click to see performance benchmarks</summary>
650
 
651
- | GPU | CPU |
652
- | --- | --- |
653
- | ![](https://sbert.net/_images/backends_benchmark_gpu.png) | ![](https://sbert.net/_images/backends_benchmark_cpu.png) |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
654
 
655
  * `onnx` refers to the ONNX backend
656
  * `onnx-qint8` refers to ONNX (Dynamic Quantization)
 
648
 
649
  <details><summary>Click to see performance benchmarks</summary>
650
 
651
+ <table>
652
+ <thead>
653
+ <tr>
654
+ <th>GPU</th>
655
+ <th>CPU</th>
656
+ </tr>
657
+ </thead>
658
+ <tbody>
659
+ <tr>
660
+ <td>
661
+ <img src="https://sbert.net/_images/backends_benchmark_gpu.png" alt="">
662
+ </td>
663
+ <td>
664
+ <img src="https://sbert.net/_images/backends_benchmark_cpu.png" alt="">
665
+ </td>
666
+ </tr>
667
+ </tbody>
668
+ </table>
669
 
670
  * `onnx` refers to the ONNX backend
671
  * `onnx-qint8` refers to ONNX (Dynamic Quantization)