Spaces:
Running on Zero
Running on Zero
chore(texture): use default GPU duration
Browse files
common.py
CHANGED
|
@@ -653,7 +653,7 @@ def generate_condition(mesh_path: str, req: gr.Request, uuid: str = "sample"):
|
|
| 653 |
return None, None, None
|
| 654 |
|
| 655 |
|
| 656 |
-
@spaces.GPU
|
| 657 |
def generate_texture_mvimages(
|
| 658 |
prompt: str,
|
| 659 |
controlnet_cond_scale: float = 0.55,
|
|
|
|
| 653 |
return None, None, None
|
| 654 |
|
| 655 |
|
| 656 |
+
@spaces.GPU
|
| 657 |
def generate_texture_mvimages(
|
| 658 |
prompt: str,
|
| 659 |
controlnet_cond_scale: float = 0.55,
|