xp3857 commited on
Commit
a12b518
1 Parent(s): 9391d90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ h = "Q"
23
  def ac():
24
  def im_fn(put):
25
  if h == o:
26
- return model([put, negative_prompt="blury"])
27
  elif h != o:
28
  return(None)
29
 
 
23
  def ac():
24
  def im_fn(put):
25
  if h == o:
26
+ return model(put)
27
  elif h != o:
28
  return(None)
29