rlawjdghek commited on
Commit
70891b8
β€’
1 Parent(s): 90e5c44

delete preview

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -2
app.py CHANGED
@@ -243,7 +243,7 @@ with gr.Blocks(css='style.css') as demo:
243
  examples_per_page=14,
244
  examples=example_garment_ps)
245
  with gr.Column():
246
- result_gallery = gr.Image(label='Output', show_label=False, preview=True, scale=1)
247
  # result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", preview=True, scale=1)
248
  with gr.Column():
249
  run_button = gr.Button(value="Run")
 
243
  examples_per_page=14,
244
  examples=example_garment_ps)
245
  with gr.Column():
246
+ result_gallery = gr.Image(label='Output', show_label=False, scale=1)
247
  # result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", preview=True, scale=1)
248
  with gr.Column():
249
  run_button = gr.Button(value="Run")
requirements.txt CHANGED
@@ -20,5 +20,4 @@ cloudpickle
20
  fvcore
21
  omegaconf==2.1
22
  hydra-core
23
- pycocotools
24
- pytorch-lightning==1.5.0
 
20
  fvcore
21
  omegaconf==2.1
22
  hydra-core
23
+ pycocotools