RamAnanth1 commited on
Commit
0d7e782
·
1 Parent(s): 3985249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,6 +172,6 @@ with block:
172
  ]
173
  ]
174
  examples = gr.Examples(examples=examples_list,inputs = [input_image, prompt, input_control, a_prompt, n_prompt, num_samples, image_resolution, ddim_steps, scale, seed, eta, low_threshold, high_threshold], outputs = [result_gallery], cache_examples = True, fn = process)
175
- examples.dataset.headers = [""]
176
 
177
  block.launch(debug = True)
 
172
  ]
173
  ]
174
  examples = gr.Examples(examples=examples_list,inputs = [input_image, prompt, input_control, a_prompt, n_prompt, num_samples, image_resolution, ddim_steps, scale, seed, eta, low_threshold, high_threshold], outputs = [result_gallery], cache_examples = True, fn = process)
175
+
176
 
177
  block.launch(debug = True)