AjayP13 commited on
Commit
d0d6829
·
verified ·
1 Parent(s): d3b24a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- 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
  (
 
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
  (