Spaces:
Runtime error
Runtime error
.gitignore
Browse files
app.py
CHANGED
@@ -370,6 +370,8 @@ with gr.Blocks() as app:
|
|
370 |
examples.select(set_cache, outputs=[img, cache_dir])
|
371 |
print(os.path.abspath(os.path.dirname(__file__)), flush=True)
|
372 |
print(model_path, flush=True)
|
|
|
|
|
373 |
print(f'line:404: {cache_dir}', flush=True)
|
374 |
btn_generate_img2obj.click(image2mesh, inputs=[img, image_dropdown_models, num_samples,
|
375 |
guidance_scale, octree_depth],
|
|
|
370 |
examples.select(set_cache, outputs=[img, cache_dir])
|
371 |
print(os.path.abspath(os.path.dirname(__file__)), flush=True)
|
372 |
print(model_path, flush=True)
|
373 |
+
fps = os.listdir(model_path)
|
374 |
+
print(fps)
|
375 |
print(f'line:404: {cache_dir}', flush=True)
|
376 |
btn_generate_img2obj.click(image2mesh, inputs=[img, image_dropdown_models, num_samples,
|
377 |
guidance_scale, octree_depth],
|