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