Pin Gradio version in requirements.txt
Browse filesThe version of Gradio was unspecified in the requirements.txt file. In this commit, Gradio is pinned to version 3.50.2 to ensure consistency across environments and prevent unexpected behavior that could be caused by updates to the library.
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -10,6 +10,6 @@ transformers
|
|
10 |
numpy
|
11 |
addict
|
12 |
yapf
|
13 |
-
gradio
|
14 |
supervision
|
15 |
timm
|
|
|
10 |
numpy
|
11 |
addict
|
12 |
yapf
|
13 |
+
gradio==3.50.2
|
14 |
supervision
|
15 |
timm
|