liuhuijie03 commited on
Commit
9d398cc
·
1 Parent(s): 33c8218
Files changed (2) hide show
  1. app.py +1 -0
  2. my_req.txt +1 -1
app.py CHANGED
@@ -468,6 +468,7 @@ with gr.Blocks(
468
 
469
  run_btn = gr.Button("✨ Generate All Images", variant="primary", size="lg")
470
 
 
471
  with gr.Column():
472
  gallery = gr.Gallery(
473
  label="Generated Results",
 
468
 
469
  run_btn = gr.Button("✨ Generate All Images", variant="primary", size="lg")
470
 
471
+
472
  with gr.Column():
473
  gallery = gr.Gallery(
474
  label="Generated Results",
my_req.txt CHANGED
@@ -1,4 +1,4 @@
1
- torchvision
2
  numpy==2.2.6
3
  accelerate==1.9.0
4
  diffusers @ git+https://github.com/huggingface/diffusers@7a2b78bf0f788d311cc96b61e660a8e13e3b1e63
 
1
+ torchvision==0.22.1
2
  numpy==2.2.6
3
  accelerate==1.9.0
4
  diffusers @ git+https://github.com/huggingface/diffusers@7a2b78bf0f788d311cc96b61e660a8e13e3b1e63