Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -373,6 +373,7 @@ class DemoUI(object):
|
|
| 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]
|
| 378 |
|
|
|
|
| 373 |
repainting_scale,
|
| 374 |
progress=gr.Progress(track_tqdm=True)
|
| 375 |
):
|
| 376 |
+
print(prompt)
|
| 377 |
model_path = self.task_model[task_type]["MODEL_PATH"]
|
| 378 |
edit_info = self.edit_type_dict[edit_type]
|
| 379 |
|