michaelapplydesign commited on
Commit
61f93a2
·
1 Parent(s): 866b10e

test remove versions and q

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +8 -9
app.py CHANGED
@@ -380,7 +380,7 @@ with gr.Blocks() as app:
380
  outputs=gr.Image())
381
 
382
 
383
- app.queue()
384
  app.launch(debug=True,share=True, height=768)
385
 
386
  # UP 1
 
380
  outputs=gr.Image())
381
 
382
 
383
+ # app.queue()
384
  app.launch(debug=True,share=True, height=768)
385
 
386
  # UP 1
requirements.txt CHANGED
@@ -1,13 +1,12 @@
1
- diffusers==0.15.0
2
- xformers==0.0.16
3
- transformers==4.28.0
4
- torchvision==0.14.1
5
  accelerate
6
- opencv-python-headless==4.7.0.72
7
- scipy==1.10.0
8
- python-docx
9
  triton
10
- altair<5
11
  gradio
12
- onnxruntime==1.12.0
13
  split_image
 
1
+ diffusers
2
+ xformers
3
+ transformers
4
+ torchvision
5
  accelerate
6
+ opencv-python-headless
7
+ scipy
 
8
  triton
9
+ altair
10
  gradio
11
+ onnxruntime
12
  split_image