sayakpaul HF staff commited on
Commit
3043b48
1 Parent(s): 288864f

chore: fix markdown outputs.

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -68,6 +68,7 @@ def post_optimization(list_of_strs: List[str]) -> str:
68
  * Benchmarking Script: [Link](https://gist.github.com/sayakpaul/ba4a4c47fcc661b9d18ea3b53e51f82e)
69
 
70
  ### (TensorRT) model push
 
71
  """
72
  return benchamrk_str
73
 
@@ -85,7 +86,6 @@ def run(hf_token: str) -> str:
85
  tf_trt_throughput = "Throughput: 497 images/s"
86
 
87
  benchmark_str = post_optimization([tf_throughput, tf_trt_throughput])
88
- benchmark_str += "\n"
89
  benchmark_str += push_to_hub(hf_token, tensorrt_path)
90
 
91
  return benchmark_str
 
68
  * Benchmarking Script: [Link](https://gist.github.com/sayakpaul/ba4a4c47fcc661b9d18ea3b53e51f82e)
69
 
70
  ### (TensorRT) model push
71
+
72
  """
73
  return benchamrk_str
74
 
 
86
  tf_trt_throughput = "Throughput: 497 images/s"
87
 
88
  benchmark_str = post_optimization([tf_throughput, tf_trt_throughput])
 
89
  benchmark_str += push_to_hub(hf_token, tensorrt_path)
90
 
91
  return benchmark_str