Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,6 +30,7 @@ class FakeArgs(BaseModel):
|
|
| 30 |
gfpgan_device: str = "cpu"
|
| 31 |
enable_restoreformer: bool = False
|
| 32 |
enable_gif: bool = False
|
|
|
|
| 33 |
model_dir: str = None
|
| 34 |
output_dir: str = None
|
| 35 |
|
|
|
|
| 30 |
gfpgan_device: str = "cpu"
|
| 31 |
enable_restoreformer: bool = False
|
| 32 |
enable_gif: bool = False
|
| 33 |
+
quality: int = 95
|
| 34 |
model_dir: str = None
|
| 35 |
output_dir: str = None
|
| 36 |
|