Merge branch 'huggingface' into huggingface-zero-gpu
Browse files
app.py
CHANGED
@@ -84,7 +84,6 @@ class App:
|
|
84 |
fn=self.inferencer.edit_expression,
|
85 |
inputs=params + opt_in_features_params,
|
86 |
outputs=img_out,
|
87 |
-
show_progress="minimal",
|
88 |
queue=True
|
89 |
)
|
90 |
|
|
|
84 |
fn=self.inferencer.edit_expression,
|
85 |
inputs=params + opt_in_features_params,
|
86 |
outputs=img_out,
|
|
|
87 |
queue=True
|
88 |
)
|
89 |
|