Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
shaoan xie
commited on
Commit
•
e93ece7
1
Parent(s):
ec2be28
requirements2
Browse files- .idea/hug_concept_demo.iml +1 -1
- .idea/misc.xml +1 -1
- requirements.txt +2 -1
.idea/hug_concept_demo.iml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<module type="PYTHON_MODULE" version="4">
|
3 |
<component name="NewModuleRootManager">
|
4 |
<content url="file://$MODULE_DIR$" />
|
5 |
-
<orderEntry type="jdk" jdkName="Python 3.
|
6 |
<orderEntry type="sourceFolder" forTests="false" />
|
7 |
</component>
|
8 |
<component name="PyDocumentationSettings">
|
|
|
2 |
<module type="PYTHON_MODULE" version="4">
|
3 |
<component name="NewModuleRootManager">
|
4 |
<content url="file://$MODULE_DIR$" />
|
5 |
+
<orderEntry type="jdk" jdkName="Python 3.11 (base) (5)" jdkType="Python SDK" />
|
6 |
<orderEntry type="sourceFolder" forTests="false" />
|
7 |
</component>
|
8 |
<component name="PyDocumentationSettings">
|
.idea/misc.xml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<project version="4">
|
3 |
-
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.
|
4 |
</project>
|
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<project version="4">
|
3 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (base) (5)" project-jdk-type="Python SDK" />
|
4 |
</project>
|
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ requests~=2.31.0
|
|
4 |
torchvision~=0.16.0
|
5 |
Pillow~=10.1.0
|
6 |
scipy~=1.11.3
|
7 |
-
psutil~=6.0.0
|
|
|
|
4 |
torchvision~=0.16.0
|
5 |
Pillow~=10.1.0
|
6 |
scipy~=1.11.3
|
7 |
+
psutil~=6.0.0
|
8 |
+
gradio==4.36.1
|