Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.31.0
|
2 |
+
torch
|
3 |
+
safetensors
|
4 |
+
requests # For downloading the file from the link
|