Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
4bdul4ziz committed Feb 3, 2023
1 parent f53c557 commit eee2e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
pipe.enable_attention_slicing()



def generate():
_ = pipe(prompt.get(), num_inference_steps=1)
image = pipe(prompt).images[0]
Expand Down

0 comments on commit eee2e73

Please sign in to comment.