Spaces:
Runtime error
Runtime error
Commit
·
308b0dd
1
Parent(s):
27f94c6
Add requirements file
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.9.1
|
| 2 |
+
torch==1.11.0
|
| 3 |
+
huggingface-hub==0.10.1
|
| 4 |
+
onnx==1.12.0
|
| 5 |
+
onnxruntime==1.13.1
|
| 6 |
+
transformers==4.24.0
|