Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,11 +21,9 @@ MAX_SEED = np.iinfo(np.int32).max
|
|
21 |
MAX_IMAGE_SIZE = 2048
|
22 |
|
23 |
custom_css = """
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
}
|
28 |
-
</style>
|
29 |
"""
|
30 |
|
31 |
def text_to_image(prompt, height, width, seed, num_inference_steps,
|
|
|
21 |
MAX_IMAGE_SIZE = 2048
|
22 |
|
23 |
custom_css = """
|
24 |
+
.built-with {
|
25 |
+
display: none !important;
|
26 |
+
}
|
|
|
|
|
27 |
"""
|
28 |
|
29 |
def text_to_image(prompt, height, width, seed, num_inference_steps,
|