zhengchong commited on
Commit
3e791eb
·
1 Parent(s): 1519098

chore: Update default base model path in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def parse_args():
22
  parser.add_argument(
23
  "--base_model_path",
24
  type=str,
25
- default="booksforcharlie/stable-diffusion-inpainting,
26
  help=(
27
  "The path to the base model to use for evaluation. This can be a local path or a model identifier from the Model Hub."
28
  ),
 
22
  parser.add_argument(
23
  "--base_model_path",
24
  type=str,
25
+ default="booksforcharlie/stable-diffusion-inpainting",
26
  help=(
27
  "The path to the base model to use for evaluation. This can be a local path or a model identifier from the Model Hub."
28
  ),