lemonaddie
commited on
Commit
•
0d4e8fc
1
Parent(s):
4ea140d
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def process_3d(
|
|
136 |
|
137 |
return path_viewer_glb, [path_files_glb, path_files_stl]
|
138 |
|
139 |
-
|
140 |
def run_demo_server(pipe):
|
141 |
process_pipe = functools.partial(process, pipe)
|
142 |
os.environ["GRADIO_ALLOW_FLAGGING"] = "never"
|
@@ -490,7 +490,7 @@ def run_demo_server(pipe):
|
|
490 |
|
491 |
|
492 |
|
493 |
-
|
494 |
def main():
|
495 |
|
496 |
REPO_URL = "https://github.com/lemonaddie/geowizard.git"
|
|
|
136 |
|
137 |
return path_viewer_glb, [path_files_glb, path_files_stl]
|
138 |
|
139 |
+
@spaces.GPU
|
140 |
def run_demo_server(pipe):
|
141 |
process_pipe = functools.partial(process, pipe)
|
142 |
os.environ["GRADIO_ALLOW_FLAGGING"] = "never"
|
|
|
490 |
|
491 |
|
492 |
|
493 |
+
|
494 |
def main():
|
495 |
|
496 |
REPO_URL = "https://github.com/lemonaddie/geowizard.git"
|