Sanster commited on
Commit
271cffd
1 Parent(s): 5a343fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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