RoyalEagle commited on
Commit
c8f0bd6
1 Parent(s): a1ce306

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import torch
13
  import pixray
14
 
15
  # Define the main function
16
- def generate(prompt, quality, style, aspect):
17
  torch.cuda.empty_cache()
18
  pixray.reset_settings()
19
 
 
13
  import pixray
14
 
15
  # Define the main function
16
+ def generate(prompt, quality, aspect):
17
  torch.cuda.empty_cache()
18
  pixray.reset_settings()
19