Spaces:
Running
on
Zero
Running
on
Zero
kxhit
commited on
Commit
·
b9a0276
1
Parent(s):
dbeb165
cuda reinit?
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ def run_eschernet(eschernet_input_dict, sample_steps, sample_seed, nvs_num, nvs_
|
|
216 |
imageio.mimwrite(video_path, np.stack(frames), fps=10, codec='h264')
|
217 |
|
218 |
|
219 |
-
return
|
220 |
|
221 |
# TODO mesh it
|
222 |
@spaces.GPU(duration=120)
|
|
|
216 |
imageio.mimwrite(video_path, np.stack(frames), fps=10, codec='h264')
|
217 |
|
218 |
|
219 |
+
return video_path
|
220 |
|
221 |
# TODO mesh it
|
222 |
@spaces.GPU(duration=120)
|