Krebzonide commited on
Commit
e5c577f
1 Parent(s): 983bcd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def set_base_models():
50
  safety_checker=None
51
  )
52
  img2img.to("cuda")
53
- return None, img2img
54
 
55
  with gr.Blocks(css=css) as demo:
56
  with gr.Column():
 
50
  safety_checker=None
51
  )
52
  img2img.to("cuda")
53
+ return txt2img, img2img
54
 
55
  with gr.Blocks(css=css) as demo:
56
  with gr.Column():