Spaces:
Sleeping
Sleeping
XufengDuan
commited on
Commit
•
75e922c
1
Parent(s):
fbf01a7
update scripts
Browse files- .idea/workspace.xml +0 -1
- requirements.txt +1 -1
.idea/workspace.xml
CHANGED
@@ -5,7 +5,6 @@
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="b60b8d5d-762f-4021-9ce4-054078cb27a7" name="Changes" comment="">
|
8 |
-
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9 |
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
10 |
</list>
|
11 |
<option name="SHOW_DIALOG" value="false" />
|
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="b60b8d5d-762f-4021-9ce4-054078cb27a7" name="Changes" comment="">
|
|
|
8 |
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
9 |
</list>
|
10 |
<option name="SHOW_DIALOG" value="false" />
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
APScheduler==3.10.1
|
2 |
black==23.11.0
|
3 |
-
click==8.
|
4 |
datasets==2.14.5
|
5 |
gradio==4.4.0
|
6 |
gradio_client==0.7.0
|
|
|
1 |
APScheduler==3.10.1
|
2 |
black==23.11.0
|
3 |
+
click==8.0.0
|
4 |
datasets==2.14.5
|
5 |
gradio==4.4.0
|
6 |
gradio_client==0.7.0
|