xp3857 commited on
Commit
7beabb6
·
1 Parent(s): 0c6590d

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
  def im_pipe(put):
 
23
  def ac():
24
  def im_fn(put):
25
  if h == o:
26
+ return model(put)
27
  elif h != o:
28
  return(None)
29
  def im_pipe(put):