Duskfallcrew commited on
Commit
4535214
·
verified ·
1 Parent(s): 7ecf14e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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