Spaces:
Sleeping
Sleeping
vidhiparikh
commited on
Commit
·
5575797
1
Parent(s):
c5f8aa7
Create requirements.txt
Browse filesThese are the necessary libraries for the code
- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.27.0
|
2 |
+
gradio-client==0.1.3
|
3 |
+
orange-canvas-core==0.1.30
|
4 |
+
orange-widget-base==4.20.0
|
5 |
+
Orange3==3.34.1
|
6 |
+
PyQt5==5.15.9
|
7 |
+
PyQt5-Qt5==5.15.2
|
8 |
+
PyQt5-sip==12.12.1
|