jiang20 commited on
Commit
1d7da3c
·
1 Parent(s): 0f679d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,9 +35,9 @@ def print_bn():
35
 
36
  def greet(text):
37
  if(text == ''):
38
- return 'changing'
39
  pipeline.unet.load_attn_procs('./pytorch_lora_weights.bin')
40
- return None
41
  else:
42
  return 'pipelining'
43
  images = pipeline(text).images
 
35
 
36
  def greet(text):
37
  if(text == ''):
38
+ # return 'changing'
39
  pipeline.unet.load_attn_procs('./pytorch_lora_weights.bin')
40
+ return 'changed'
41
  else:
42
  return 'pipelining'
43
  images = pipeline(text).images