zenafey commited on
Commit
52a0822
·
1 Parent(s): d95ddd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ def flip_text(prompt, negative_prompt, model, steps, sampler, cfg_scale, width,
269
  css = """
270
  #generate {
271
  height: 50%;
272
- },
273
  #cancel {
274
  height: 50%;
275
  }
 
269
  css = """
270
  #generate {
271
  height: 50%;
272
+ };
273
  #cancel {
274
  height: 50%;
275
  }