Spaces:
Runtime error
Runtime error
correct typo
Browse files- README.md +1 -1
- README_chinese.md +1 -1
README.md
CHANGED
@@ -85,7 +85,7 @@ We provide two ways: with web UI or via terminal.
|
|
85 |
* with web UI (powered by [Streamlit](https://streamlit.io/))
|
86 |
|
87 |
```
|
88 |
-
streamlit run streamlit.py --
|
89 |
```
|
90 |
then open your browser and visit `localhost:8501`, follow the instructions to genarate video.
|
91 |
|
|
|
85 |
* with web UI (powered by [Streamlit](https://streamlit.io/))
|
86 |
|
87 |
```
|
88 |
+
streamlit run streamlit.py --server.port=8501
|
89 |
```
|
90 |
then open your browser and visit `localhost:8501`, follow the instructions to genarate video.
|
91 |
|
README_chinese.md
CHANGED
@@ -87,7 +87,7 @@ mv double_ponytail_images/ character_sheet/
|
|
87 |
运行以下代码:
|
88 |
|
89 |
```
|
90 |
-
streamlit run streamlit.py --server_port
|
91 |
```
|
92 |
|
93 |
然后打开浏览器并访问 `localhost:8501`, 根据页面内的指示生成视频。
|
|
|
87 |
运行以下代码:
|
88 |
|
89 |
```
|
90 |
+
streamlit run streamlit.py --server_port.8501
|
91 |
```
|
92 |
|
93 |
然后打开浏览器并访问 `localhost:8501`, 根据页面内的指示生成视频。
|