multimodalart HF staff commited on
Commit
4de79c4
1 Parent(s): 068a73f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -74,7 +74,6 @@ def generate(
74
 
75
  if not use_negative_prompt:
76
  negative_prompt = None # type: ignore
77
- prompt, negative_prompt = apply_style(style, prompt, negative_prompt)
78
 
79
  images = pipe(
80
  prompt=prompt,
 
74
 
75
  if not use_negative_prompt:
76
  negative_prompt = None # type: ignore
 
77
 
78
  images = pipe(
79
  prompt=prompt,