mrfakename
commited on
Commit
•
c609d03
1
Parent(s):
50a9d0f
Update app.py
Browse files
app.py
CHANGED
@@ -78,8 +78,7 @@ Demo by by [mrfakename](https://twitter.com/realmrfakename). I am not affiliated
|
|
78 |
Run this demo locally using Docker:
|
79 |
|
80 |
```bash
|
81 |
-
docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all
|
82 |
-
registry.hf.space/styletts2-styletts2:latest python app.py
|
83 |
```
|
84 |
""")
|
85 |
if __name__ == "__main__":
|
|
|
78 |
Run this demo locally using Docker:
|
79 |
|
80 |
```bash
|
81 |
+
docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all registry.hf.space/styletts2-styletts2:latest python app.py
|
|
|
82 |
```
|
83 |
""")
|
84 |
if __name__ == "__main__":
|