Spaces:
Running
Running
Update to 0.23.1
Browse files- .gitignore +1 -1
- requirements.txt +1 -1
.gitignore
CHANGED
@@ -10,4 +10,4 @@ __tmp/*
|
|
10 |
.ruff_cache
|
11 |
node_modules
|
12 |
backend/**/templates/
|
13 |
-
venv
|
|
|
10 |
.ruff_cache
|
11 |
node_modules
|
12 |
backend/**/templates/
|
13 |
+
venv
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
gradio_rerun>=0.23.
|
2 |
opencv-python
|
|
|
1 |
+
gradio_rerun>=0.23.1
|
2 |
opencv-python
|