Eyalgut commited on
Commit
5fccde8
1 Parent(s): d34d00a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ default_negative_prompt= "Logo,Watermark,Text,Ugly,Morbid,Extra fingers,Poorly d
23
 
24
  # Load pipeline
25
 
26
- pipe = None:
27
 
28
  def get_pipe():
29
  if pipe is None:
 
23
 
24
  # Load pipeline
25
 
26
+ pipe = None
27
 
28
  def get_pipe():
29
  if pipe is None: