ehristoforu commited on
Commit
65787bb
1 Parent(s): 5bdb9be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def gen(prompt, negative, width, height, use_add, progress=gr.Progress()):
45
  if use_add:
46
  text = f"{prompt}, {prompt_add}"
47
  else:
48
- text = f"{prompt"
49
  prior_output = prior(
50
  prompt=text,
51
  height=height,
 
45
  if use_add:
46
  text = f"{prompt}, {prompt_add}"
47
  else:
48
+ text = f"{prompt}"
49
  prior_output = prior(
50
  prompt=text,
51
  height=height,