AjayP13 commited on
Commit
87277be
·
verified ·
1 Parent(s): ca2a260

Update app.py

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