hsuwill000 commited on
Commit
f028698
·
verified ·
1 Parent(s): 5bda3ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -13,12 +13,12 @@ api = HfApi(token=api_key)
13
 
14
  # List of repos (private spaces)
15
  repos = [
16
- "hsuwill000/Fluently-v4-LCM-openvino_5",
17
- "hsuwill000/Fluently-v4-LCM-openvino_6",
18
- "hsuwill000/Fluently-v4-LCM-openvino_7",
19
- "hsuwill000/Fluently-v4-LCM-openvino_8",
20
- "hsuwill000/Fluently-v4-LCM-openvino_9",
21
- "hsuwill000/Fluently-v4-LCM-openvino_10",
22
  ]
23
 
24
  class CustomClient(Client):
 
13
 
14
  # List of repos (private spaces)
15
  repos = [
16
+ "hsuwill000/LCM-absolutereality-openvino-8bit_00",
17
+ "hsuwill000/LCM-absolutereality-openvino-8bit_01",
18
+ "hsuwill000/LCM-absolutereality-openvino-8bit_02",
19
+ "hsuwill000/LCM-absolutereality-openvino-8bit_03",
20
+ "hsuwill000/LCM-absolutereality-openvino-8bit_04",
21
+ "hsuwill000/LCM-absolutereality-openvino-8bit_05",
22
  ]
23
 
24
  class CustomClient(Client):