Update model.py
Browse files
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,
|