Spaces:
Runtime error
Runtime error
Fix gradio version
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,7 +31,7 @@ RUN cd aclpubcheck-main
|
|
31 |
RUN pip install -e ./aclpubcheck-main
|
32 |
|
33 |
|
34 |
-
RUN pip install gradio==3.
|
35 |
|
36 |
|
37 |
EXPOSE 7860
|
|
|
31 |
RUN pip install -e ./aclpubcheck-main
|
32 |
|
33 |
|
34 |
+
RUN pip install gradio==3.48.0
|
35 |
|
36 |
|
37 |
EXPOSE 7860
|