Spaces:
Sleeping
Sleeping
klima7
commited on
Commit
β’
9346668
1
Parent(s):
809e432
Revert port to default
Browse files- Dockerfile +1 -0
- README.md +1 -2
Dockerfile
CHANGED
@@ -1 +1,2 @@
|
|
1 |
FROM klima77/lstm-story-generator:latest
|
|
|
|
1 |
FROM klima77/lstm-story-generator:latest
|
2 |
+
CMD streamlit run --server.port 7860 app.py
|
README.md
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: gray
|
5 |
colorTo: pink
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
-
app_port: 80
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: LSTM Polish Story Generator
|
3 |
emoji: π
|
4 |
colorFrom: gray
|
5 |
colorTo: pink
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: mit
|
|
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|