jhj0517
commited on
Commit
·
a567563
1
Parent(s):
3c08153
Fix warning
Browse files
app.py
CHANGED
|
@@ -72,6 +72,7 @@ class App:
|
|
| 72 |
btn_openfolder.click(
|
| 73 |
fn=lambda: self.open_folder(self.args.output_dir), inputs=None, outputs=None
|
| 74 |
)
|
|
|
|
| 75 |
btn_gen.click(self.inferencer.edit_expression,
|
| 76 |
inputs=params + opt_in_features_params,
|
| 77 |
outputs=img_out)
|
|
|
|
| 72 |
btn_openfolder.click(
|
| 73 |
fn=lambda: self.open_folder(self.args.output_dir), inputs=None, outputs=None
|
| 74 |
)
|
| 75 |
+
|
| 76 |
btn_gen.click(self.inferencer.edit_expression,
|
| 77 |
inputs=params + opt_in_features_params,
|
| 78 |
outputs=img_out)
|