John6666 commited on
Commit
6d250a5
·
verified ·
1 Parent(s): 1978f7d

Upload gradio_app.py

Browse files
Files changed (1) hide show
  1. 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, Image.Image | 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())