fffiloni commited on
Commit
8ad7acc
1 Parent(s): 46b7d04

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -129,7 +129,7 @@ class Model:
129
  sigma_max=160,
130
  s_churn=0,
131
  )
132
- return self.to_glb(latents[0])
133
 
134
  def run_image(self,
135
  image_path: str,
 
129
  sigma_max=160,
130
  s_churn=0,
131
  )
132
+ return prompt, self.to_glb(latents[0])
133
 
134
  def run_image(self,
135
  image_path: str,