Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -370,7 +370,8 @@ class DemoUI(object):
|
|
| 370 |
seed,
|
| 371 |
output_h,
|
| 372 |
output_w,
|
| 373 |
-
repainting_scale
|
|
|
|
| 374 |
):
|
| 375 |
model_path = self.task_model[task_type]["MODEL_PATH"]
|
| 376 |
edit_info = self.edit_type_dict[edit_type]
|
|
|
|
| 370 |
seed,
|
| 371 |
output_h,
|
| 372 |
output_w,
|
| 373 |
+
repainting_scale,
|
| 374 |
+
progress=gr.Progress(track_tqdm=True)
|
| 375 |
):
|
| 376 |
model_path = self.task_model[task_type]["MODEL_PATH"]
|
| 377 |
edit_info = self.edit_type_dict[edit_type]
|