Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -269,7 +269,7 @@ def flip_text(prompt, negative_prompt, model, steps, sampler, cfg_scale, width,
|
|
269 |
css = """
|
270 |
#generate {
|
271 |
height: 50%;
|
272 |
-
}
|
273 |
#cancel {
|
274 |
height: 50%;
|
275 |
}
|
|
|
269 |
css = """
|
270 |
#generate {
|
271 |
height: 50%;
|
272 |
+
};
|
273 |
#cancel {
|
274 |
height: 50%;
|
275 |
}
|