Spaces:
Build error
Build error
Update app-mixtral.py
#2
by
AgainstEntropy
- opened
- app-mixtral.py +1 -1
app-mixtral.py
CHANGED
@@ -40,7 +40,7 @@ parser = argparse.ArgumentParser(description="Gradio launcher for Streaming-Kanj
|
|
40 |
parser.add_argument(
|
41 |
"--sd_model_id_or_path",
|
42 |
type=str,
|
43 |
-
default="
|
44 |
required=False,
|
45 |
help="Path to downloaded sd-1-5 model or model identifier from huggingface.co/models.",
|
46 |
)
|
|
|
40 |
parser.add_argument(
|
41 |
"--sd_model_id_or_path",
|
42 |
type=str,
|
43 |
+
default="stable-diffusion-v1-5/stable-diffusion-v1-5",
|
44 |
required=False,
|
45 |
help="Path to downloaded sd-1-5 model or model identifier from huggingface.co/models.",
|
46 |
)
|