Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -170,10 +170,10 @@ with gr.Blocks(theme="ParityError/[email protected]") as demo:
|
|
170 |
)
|
171 |
|
172 |
# Pre-warm all examples
|
173 |
-
print("Pre-warming...", time())
|
174 |
-
for preset_example in preset_examples.values():
|
175 |
-
|
176 |
-
print("Done pre-warming.", time())
|
177 |
|
178 |
# Initialize the fields with the first example
|
179 |
(
|
|
|
170 |
)
|
171 |
|
172 |
# Pre-warm all examples
|
173 |
+
# print("Pre-warming...", time())
|
174 |
+
# for preset_example in preset_examples.values():
|
175 |
+
# run_tinystyler("A test.", preset_example["target_texts"], 1, 1.0, 1.0)
|
176 |
+
# print("Done pre-warming.", time())
|
177 |
|
178 |
# Initialize the fields with the first example
|
179 |
(
|