openfree commited on
Commit
8928cc8
·
verified ·
1 Parent(s): a5934f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -161,7 +161,7 @@ _HEADER_ = '''
161
  🚩 Update Notes:
162
  - 2025.05.11: We have updated the model to mitigate over-saturation and plastic-face issues. The new version shows consistent improvements over the previous release.
163
  - 2025.05.13: 'DreamO Video' Integration version Release
164
-
165
 
166
  _CITE_ = r"""
167
  If DreamO is helpful, please help to ⭐ the <a href='https://discord.gg/openfreeai' target='_blank'> Github Repo</a>. Thanks!
@@ -169,8 +169,7 @@ If DreamO is helpful, please help to ⭐ the <a href='https://discord.gg/openfre
169
 
170
  📧 **Contact**
171
  If you have any questions or feedbacks, feel free to open a discussion or contact <b>[email protected]</b>
172
- """
173
- '''
174
 
175
  def create_demo():
176
 
 
161
  🚩 Update Notes:
162
  - 2025.05.11: We have updated the model to mitigate over-saturation and plastic-face issues. The new version shows consistent improvements over the previous release.
163
  - 2025.05.13: 'DreamO Video' Integration version Release
164
+ '''
165
 
166
  _CITE_ = r"""
167
  If DreamO is helpful, please help to ⭐ the <a href='https://discord.gg/openfreeai' target='_blank'> Github Repo</a>. Thanks!
 
169
 
170
  📧 **Contact**
171
  If you have any questions or feedbacks, feel free to open a discussion or contact <b>[email protected]</b>
172
+ """
 
173
 
174
  def create_demo():
175