Skip to content

Commit a0b4d52

Browse files
committed
update readme
1 parent b7b2897 commit a0b4d52

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ pip install -r requirements.txt
264264
}
265265
```
266266

267+
## 🙏 Acknowledgements
268+
We would like to thank [AK(@_akhaliq)](https://twitter.com/_akhaliq?lang=en) for the help of setting up online demo.
267269

268270
## 📢 Disclaimer
269271
We develop this repository for RESEARCH purposes, so it can only be used for personal/research/non-commercial purposes.

gradio_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
['prompts/dance1.jpeg', 'two people dancing', 50, 7.5, 1.0, 3, 116],
1212
['prompts/fire_and_beach.jpg', 'a campfire on the beach and the ocean waves in the background', 50, 7.5, 1.0, 3, 111],
1313
['prompts/girl3.jpeg', 'girl talking and blinking', 50, 7.5, 1.0, 3, 111],
14-
['prompts/guitar0.jpeg', 'bear playing guitar happily, snowing', 50, 7.5, 1.0, 3, 111],
14+
['prompts/guitar0.jpeg', 'bear playing guitar happily, snowing', 50, 7.5, 1.0, 3, 122],
1515
]
1616
css = """#input_img {max-width: 256px !important} #output_vid {max-width: 256px; max-height: 256px}"""
1717

0 commit comments

Comments
 (0)