suvadityamuk commited on
Commit
c816548
·
1 Parent(s): 1ac2018

chore: update self-sim function errors

Browse files

Signed-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>

Files changed (1) hide show
  1. demos/pipeline_fn.py +2 -2
demos/pipeline_fn.py CHANGED
@@ -549,9 +549,9 @@ class GuideFlow3dPipeline:
549
  structure_mesh: str,
550
  convert_target_yup_to_zup: bool,
551
  output_dir: str,
552
- appearance_text: str,
553
- appearance_image: str,
554
  app_type: str,
 
 
555
  ) -> Optional[str]:
556
  _ = self.preprocess(
557
  structure_mesh=structure_mesh,
 
549
  structure_mesh: str,
550
  convert_target_yup_to_zup: bool,
551
  output_dir: str,
 
 
552
  app_type: str,
553
+ appearance_text: Optional[str] = None,
554
+ appearance_image: Optional[str] = None,
555
  ) -> Optional[str]:
556
  _ = self.preprocess(
557
  structure_mesh=structure_mesh,