Narsil HF staff commited on
Commit
e89bd1d
·
1 Parent(s): 8eadebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,9 +55,9 @@ def download(repo_id):
55
  taken_fast = datetime.datetime.now() - start
56
 
57
  return f"""
58
- Very slow : {taken_very_slow}
59
- Slow : {taken_slow}
60
- Fast : {taken_fast}
61
  """
62
 
63
  examples = ["gpt2", "openai/whisper-large-v2"]
 
55
  taken_fast = datetime.datetime.now() - start
56
 
57
  return f"""
58
+ Very slow (huggingface_hub previous to https://github.com/huggingface/huggingface_hub/pull/1267): {taken_very_slow}
59
+ Slow (huggingface_hub after): {taken_slow}
60
+ Fast (with hf_transfer): {taken_fast}
61
  """
62
 
63
  examples = ["gpt2", "openai/whisper-large-v2"]