Spaces:
Running on Zero
Running on Zero
Upload 2 files
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -124,4 +124,4 @@ demo = gr.Interface(
|
|
| 124 |
)
|
| 125 |
|
| 126 |
if __name__ == "__main__":
|
| 127 |
-
demo.launch()
|
|
|
|
| 124 |
)
|
| 125 |
|
| 126 |
if __name__ == "__main__":
|
| 127 |
+
demo.queue().launch()
|
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
torch
|
| 2 |
transformers>=4.45.0,<4.48.0
|
| 3 |
pillow
|
|
|
|
| 1 |
+
pydantic==2.10.6
|
| 2 |
torch
|
| 3 |
transformers>=4.45.0,<4.48.0
|
| 4 |
pillow
|