Spaces:
Runtime error
Runtime error
support for imageslider
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ WORKDIR $HOME/app
|
|
26 |
RUN git clone https://github.com/fffiloni/DemoFusion.git $HOME/app
|
27 |
|
28 |
# Install dependencies
|
29 |
-
RUN pip install --no-cache-dir accelerate gradio transformers==4.35.2 diffusers==0.21.4
|
30 |
|
31 |
COPY app.py .
|
32 |
|
|
|
26 |
RUN git clone https://github.com/fffiloni/DemoFusion.git $HOME/app
|
27 |
|
28 |
# Install dependencies
|
29 |
+
RUN pip install --no-cache-dir accelerate gradio gradio_imageslider transformers==4.35.2 diffusers==0.21.4
|
30 |
|
31 |
COPY app.py .
|
32 |
|