Spaces:
Runtime error
Runtime error
gokaygokay
commited on
Commit
•
536f25b
1
Parent(s):
67f2f65
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,6 @@ import numpy as np
|
|
18 |
import random
|
19 |
import math
|
20 |
from einops import rearrange
|
21 |
-
from huggingface_hub import hf_hub_download
|
22 |
-
|
23 |
|
24 |
def download_file(url, folder_path, filename):
|
25 |
if not os.path.exists(folder_path):
|
|
|
18 |
import random
|
19 |
import math
|
20 |
from einops import rearrange
|
|
|
|
|
21 |
|
22 |
def download_file(url, folder_path, filename):
|
23 |
if not os.path.exists(folder_path):
|