xp3857 commited on
Commit
31df11f
1 Parent(s): a2ffcba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ h = "Q"
9
  def ac():
10
  def im_fn(put):
11
  if h == o:
12
- return model(put, negative_prompt="blury")
13
  elif h != o:
14
  return(None)
15
  with gr.Blocks() as b:
 
9
  def ac():
10
  def im_fn(put):
11
  if h == o:
12
+ return model(put,negative_prompt = "blury")
13
  elif h != o:
14
  return(None)
15
  with gr.Blocks() as b: