Spaces:
Sleeping
Sleeping
Updated files
Browse files- language_detection.py → app.py +0 -0
- dockerfile +1 -1
language_detection.py → app.py
RENAMED
File without changes
|
dockerfile
CHANGED
@@ -5,4 +5,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
5 |
|
6 |
COPY . .
|
7 |
EXPOSE 5000
|
8 |
-
CMD [ "python","
|
|
|
5 |
|
6 |
COPY . .
|
7 |
EXPOSE 5000
|
8 |
+
CMD [ "python","app.py" ]
|