Spaces:
Sleeping
Sleeping
Commit
•
100cb38
1
Parent(s):
ab7c449
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,6 @@ scheduler = CommitScheduler(
|
|
26 |
every=10
|
27 |
)
|
28 |
|
29 |
-
client = InferenceClient()
|
30 |
-
|
31 |
with open(lora_list, "r") as file:
|
32 |
data = json.load(file)
|
33 |
sdxl_loras = [
|
|
|
26 |
every=10
|
27 |
)
|
28 |
|
|
|
|
|
29 |
with open(lora_list, "r") as file:
|
30 |
data = json.load(file)
|
31 |
sdxl_loras = [
|