Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ pipe = FluxKontextPipeline.from_pretrained("black-forest-labs/FLUX.1-Kontext-dev
|
|
20 |
|
21 |
# Load LoRA data (you'll need to create this JSON file or modify to load your LoRAs)
|
22 |
|
23 |
-
with open("flux_loras
|
24 |
data = json.load(file)
|
25 |
flux_loras_raw = [
|
26 |
{
|
|
|
20 |
|
21 |
# Load LoRA data (you'll need to create this JSON file or modify to load your LoRAs)
|
22 |
|
23 |
+
with open("flux_loras.json", "r") as file:
|
24 |
data = json.load(file)
|
25 |
flux_loras_raw = [
|
26 |
{
|