Spaces:
Runtime error
Runtime error
Update freesplatter/webui/runner.py
Browse files
freesplatter/webui/runner.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
import spaces
|
| 2 |
import os
|
| 3 |
import json
|
| 4 |
import uuid
|
|
@@ -164,7 +163,6 @@ class FreeSplatterRunner:
|
|
| 164 |
|
| 165 |
return image
|
| 166 |
|
| 167 |
-
@spaces.GPU
|
| 168 |
def run_img_to_3d(
|
| 169 |
self,
|
| 170 |
image_rgba,
|
|
@@ -242,7 +240,6 @@ class FreeSplatterRunner:
|
|
| 242 |
|
| 243 |
return images_vis, gs_vis_path, video_path, mesh_fine_path, fig
|
| 244 |
|
| 245 |
-
@spaces.GPU
|
| 246 |
def run_views_to_3d(
|
| 247 |
self,
|
| 248 |
image_files,
|
|
@@ -494,7 +491,6 @@ class FreeSplatterRunner:
|
|
| 494 |
return fig
|
| 495 |
|
| 496 |
# FreeSplatter-S
|
| 497 |
-
@spaces.GPU
|
| 498 |
def run_views_to_scene(
|
| 499 |
self,
|
| 500 |
image1,
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
import json
|
| 3 |
import uuid
|
|
|
|
| 163 |
|
| 164 |
return image
|
| 165 |
|
|
|
|
| 166 |
def run_img_to_3d(
|
| 167 |
self,
|
| 168 |
image_rgba,
|
|
|
|
| 240 |
|
| 241 |
return images_vis, gs_vis_path, video_path, mesh_fine_path, fig
|
| 242 |
|
|
|
|
| 243 |
def run_views_to_3d(
|
| 244 |
self,
|
| 245 |
image_files,
|
|
|
|
| 491 |
return fig
|
| 492 |
|
| 493 |
# FreeSplatter-S
|
|
|
|
| 494 |
def run_views_to_scene(
|
| 495 |
self,
|
| 496 |
image1,
|