wsntxxn commited on
Commit
60e5e2d
·
1 Parent(s): c00be4b

Add SDK token error note

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -144,6 +144,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
144
 
145
  gr.HTML("""
146
  <h1 style="text-align: center;">MM-StoryAgent</h1>
 
 
 
147
  <p style="font-size: 16px;">This is a demo for generating attractive storytelling videos based on the given story setting.</p>
148
  <p style="font-size: 16px;">Depending on the chapter number, the generation may take a long time. Please be patient.</p>
149
  """)
@@ -256,4 +259,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
256
 
257
 
258
  if __name__ == "__main__":
259
- demo.launch()
 
144
 
145
  gr.HTML("""
146
  <h1 style="text-align: center;">MM-StoryAgent</h1>
147
+ <div style="padding: 10px; background-color: #fffbcc; border: 1px solid #ffe564; border-radius:4px;">
148
+ <strong>Note: </strong>If generated images can be previewed but the video generation fails, it is due to AliYun SDK token expiration issue. Please contact [email protected].
149
+ </div>
150
  <p style="font-size: 16px;">This is a demo for generating attractive storytelling videos based on the given story setting.</p>
151
  <p style="font-size: 16px;">Depending on the chapter number, the generation may take a long time. Please be patient.</p>
152
  """)
 
259
 
260
 
261
  if __name__ == "__main__":
262
+ demo.launch()