Boboiazumi commited on
Commit
5eb3c79
1 Parent(s): 2358670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ torch.backends.cudnn.benchmark = False
38
 
39
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
40
 
41
- def fake_generate(**kwargs):
42
  print(kwargs)
43
 
44
  def load_pipeline(model_name):
 
38
 
39
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
40
 
41
+ def fake_generate(*args,use_upscaler=False,**kwargs):
42
  print(kwargs)
43
 
44
  def load_pipeline(model_name):