📦 Use gradio==4.44.0 to avoid schema parsing bug
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio==4.44.
|
2 |
insightface
|
3 |
onnxruntime
|
4 |
numpy
|
|
|
1 |
+
gradio==4.44.0
|
2 |
insightface
|
3 |
onnxruntime
|
4 |
numpy
|