Update gradio_app.py
Browse files- gradio_app.py +1 -0
gradio_app.py
CHANGED
|
@@ -147,6 +147,7 @@ def gen_mvimg(
|
|
| 147 |
global era3d_pipeline
|
| 148 |
era3d_pipeline.to(device)
|
| 149 |
era3d_pipeline.unet.enable_xformers_memory_efficient_attention()
|
|
|
|
| 150 |
|
| 151 |
crop_size = 420
|
| 152 |
batch = SingleImageDataset(root_dir='', num_views=6, img_wh=[512, 512], bg_color='white',
|
|
|
|
| 147 |
global era3d_pipeline
|
| 148 |
era3d_pipeline.to(device)
|
| 149 |
era3d_pipeline.unet.enable_xformers_memory_efficient_attention()
|
| 150 |
+
era3d_pipeline.set_progress_bar_config(disable=True)
|
| 151 |
|
| 152 |
crop_size = 420
|
| 153 |
batch = SingleImageDataset(root_dir='', num_views=6, img_wh=[512, 512], bg_color='white',
|