Spaces:
Running
Running
Commit
•
732d0db
1
Parent(s):
63eabb5
Update convert.py
Browse files- convert.py +3 -0
convert.py
CHANGED
@@ -3,7 +3,10 @@ import requests
|
|
3 |
import os
|
4 |
import shutil
|
5 |
from pathlib import Path
|
|
|
6 |
from tempfile import TemporaryDirectory
|
|
|
|
|
7 |
from typing import Optional
|
8 |
|
9 |
import torch
|
|
|
3 |
import os
|
4 |
import shutil
|
5 |
from pathlib import Path
|
6 |
+
import tempfile
|
7 |
from tempfile import TemporaryDirectory
|
8 |
+
|
9 |
+
|
10 |
from typing import Optional
|
11 |
|
12 |
import torch
|