⬇️ Downgrade to Gradio 4.42.0 to avoid schema parsing bug
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio==4.
|
2 |
insightface
|
3 |
onnxruntime
|
4 |
numpy
|
|
|
1 |
+
gradio==4.42.0
|
2 |
insightface
|
3 |
onnxruntime
|
4 |
numpy
|