Spaces:
Running
Running
Upload gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -11,7 +11,7 @@ OUTPUT_DIR = "output"
|
|
11 |
|
12 |
@spaces.GPU
|
13 |
@torch.inference_mode()
|
14 |
-
def generate_and_process_3d(image: Image.Image) -> tuple[str | None,
|
15 |
try:
|
16 |
# Export to GLB
|
17 |
unique_id = str(uuid.uuid4())
|
|
|
11 |
|
12 |
@spaces.GPU
|
13 |
@torch.inference_mode()
|
14 |
+
def generate_and_process_3d(image: Image.Image) -> tuple[str | None, str | None]:
|
15 |
try:
|
16 |
# Export to GLB
|
17 |
unique_id = str(uuid.uuid4())
|