Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from safetensors.torch import load_file
|
|
| 7 |
from collections import OrderedDict
|
| 8 |
import re
|
| 9 |
import json
|
| 10 |
-
import gdown
|
| 11 |
import requests # Re-added for URL handling
|
| 12 |
import subprocess
|
| 13 |
from urllib.parse import urlparse, unquote
|
|
|
|
| 7 |
from collections import OrderedDict
|
| 8 |
import re
|
| 9 |
import json
|
| 10 |
+
# import gdown # Not Using this anymore XD BEEP BEEP SAFETENSORS!
|
| 11 |
import requests # Re-added for URL handling
|
| 12 |
import subprocess
|
| 13 |
from urllib.parse import urlparse, unquote
|