Boboiazumi commited on
Commit
3c2f216
1 Parent(s): daa2b1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def generate(
107
  upscale_by: float = 1.5,
108
  add_quality_tags: bool = True,
109
  isImg2Img: bool = True,
110
- img_path: str= ""
111
 
112
  progress=gr.Progress(track_tqdm=True),
113
  ):
 
107
  upscale_by: float = 1.5,
108
  add_quality_tags: bool = True,
109
  isImg2Img: bool = True,
110
+ img_path: str= "",
111
 
112
  progress=gr.Progress(track_tqdm=True),
113
  ):