Tramac commited on
Commit
f2ef10f
1 Parent(s): 6e7c0b2

fix app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ if torch.cuda.is_available():
16
 
17
  @spaces.GPU(enable_queue=True)
18
  def generate_image(prompt, neg_prompt):
19
- results = pipe(
20
  prompt=prompt,
21
  negative_prompt=neg_prompt,
22
  height=832,
 
16
 
17
  @spaces.GPU(enable_queue=True)
18
  def generate_image(prompt, neg_prompt):
19
+ results = pipeline(
20
  prompt=prompt,
21
  negative_prompt=neg_prompt,
22
  height=832,