fffiloni commited on
Commit
cb317fc
1 Parent(s): 692954c

Update gradio

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -110,7 +110,7 @@ RUN pip install --no-cache-dir git+https://github.com/IDEA-Research/GroundingDIN
110
  cd ..
111
 
112
  # Upgrade pip and install Gradio
113
- RUN python3 -m pip install --no-cache-dir gradio==4.42.0
114
 
115
  # Copy the app.py file from the host to the container
116
  COPY --chown=user:user app.py .
 
110
  cd ..
111
 
112
  # Upgrade pip and install Gradio
113
+ RUN python3 -m pip install --no-cache-dir gradio==4.44.0
114
 
115
  # Copy the app.py file from the host to the container
116
  COPY --chown=user:user app.py .