Spaces:
Sleeping
Sleeping
GuysRGithub
commited on
Commit
•
401eb32
1
Parent(s):
9d02ce1
Fix
Browse files- Dockerfile +1 -1
- server.py → app.py +0 -0
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ RUN git clone https://huggingface.co/GuysTrans/bart-base-finetuned-xsum
|
|
10 |
|
11 |
COPY . .
|
12 |
|
13 |
-
CMD ["
|
|
|
10 |
|
11 |
COPY . .
|
12 |
|
13 |
+
CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]
|
server.py → app.py
RENAMED
File without changes
|