Spaces:
Sleeping
Sleeping
Commit
·
61f93a2
1
Parent(s):
866b10e
test remove versions and q
Browse files- app.py +1 -1
- 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
|
| 2 |
-
xformers
|
| 3 |
-
transformers
|
| 4 |
-
torchvision
|
| 5 |
accelerate
|
| 6 |
-
opencv-python-headless
|
| 7 |
-
scipy
|
| 8 |
-
python-docx
|
| 9 |
triton
|
| 10 |
-
altair
|
| 11 |
gradio
|
| 12 |
-
onnxruntime
|
| 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
|