mrcuddle commited on
Commit
53a0a45
1 Parent(s): 0935162

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import os
3
  import time
4
  from os import path
5
  from safetensors.torch import load_file
 
6
  from huggingface_hub import hf_hub_download
7
  import spaces
8
 
 
3
  import time
4
  from os import path
5
  from safetensors.torch import load_file
6
+ import huggingface_hub
7
  from huggingface_hub import hf_hub_download
8
  import spaces
9