Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,4 +11,4 @@ WORKDIR /app
|
|
| 11 |
RUN git clone https://github.com/cappuch/humanizer.git
|
| 12 |
WORKDIR /app/humanizer
|
| 13 |
|
| 14 |
-
CMD ["uv", "run", "app.py"]
|
|
|
|
| 11 |
RUN git clone https://github.com/cappuch/humanizer.git
|
| 12 |
WORKDIR /app/humanizer
|
| 13 |
|
| 14 |
+
CMD ["uv", "run", "app.py", "--hf"]
|