jiuface commited on
Commit
683c2ab
·
verified ·
1 Parent(s): c0ff48a

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +4 -4
src/app.py CHANGED
@@ -160,10 +160,10 @@ def process(
160
  num_inference_steps: int = 18,
161
  solver: str = "DDIM",
162
  upload_to_r2: bool = True,
163
- account_id = "",
164
- access_key = "",
165
- secret_key = "",
166
- bucket = ""
167
  ) -> tuple[tuple[Image.Image, Image.Image], str]:
168
  manual_seed(seed)
169
 
 
160
  num_inference_steps: int = 18,
161
  solver: str = "DDIM",
162
  upload_to_r2: bool = True,
163
+ account_id: str = "",
164
+ access_key: str = "",
165
+ secret_key: str = "",
166
+ bucket_name: str = ""
167
  ) -> tuple[tuple[Image.Image, Image.Image], str]:
168
  manual_seed(seed)
169