Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|