Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,9 @@ custom_css = """
|
|
24 |
.built-with {
|
25 |
display: none !important;
|
26 |
}
|
|
|
|
|
|
|
27 |
"""
|
28 |
|
29 |
def text_to_image(prompt, height, width, seed, num_inference_steps,
|
|
|
24 |
.built-with {
|
25 |
display: none !important;
|
26 |
}
|
27 |
+
.show-api {
|
28 |
+
display: none !important;
|
29 |
+
}
|
30 |
"""
|
31 |
|
32 |
def text_to_image(prompt, height, width, seed, num_inference_steps,
|