Spaces:
Running
Running
Update app.py
Browse files
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,
|
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:
|