vittore commited on
Commit
f1c28f1
1 Parent(s): 05c5272

Fix pip 3.12

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -1
README.md CHANGED
@@ -10,6 +10,7 @@ license: openrail
10
  hf_oauth: true
11
  disable_embedding: true
12
  python_version: 3.12.3
 
13
  short_description: Generate stunning high quality illusion artwork
14
  ---
15
 
 
10
  hf_oauth: true
11
  disable_embedding: true
12
  python_version: 3.12.3
13
+ pip_version: 3.12
14
  short_description: Generate stunning high quality illusion artwork
15
  ---
16
 
requirements.txt CHANGED
@@ -37,7 +37,7 @@ h11==0.14.0
37
  httpcore==1.0.5
38
  httptools==0.6.1
39
  httpx==0.27.0
40
- huggingface-hub==0.23.0
41
  idna==3.7
42
  importlib_metadata==7.1.0
43
  importlib_resources==6.4.0
 
37
  httpcore==1.0.5
38
  httptools==0.6.1
39
  httpx==0.27.0
40
+ huggingface-hub>=0.19
41
  idna==3.7
42
  importlib_metadata==7.1.0
43
  importlib_resources==6.4.0