kxhit commited on
Commit
b9a0276
·
1 Parent(s): dbeb165

cuda reinit?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 image, video_path
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)