hjs8 commited on
Commit
b4696c7
·
1 Parent(s): 166bd92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,10 +8,10 @@ import gradio as gr
8
 
9
  MAINTENANCE_NOTICE='Sorry, due to computing resources issues, this space is under maintenance, and will be restored as soon as possible. '
10
 
11
- DESCRIPTION = '''# <a href="https://ic66.ml">H-text-to-Video</a>
12
  '''
13
- NOTES = 'This app is adapted from <a href="https://github.com/hysts/CogVideo_demo">https://github.com/hysts/CogVideo_demo</a>. It would be recommended to use the repo if you want to run the app yourself.'
14
- FOOTER = '<img id="visitor-badge" alt="visitor badge" src="https://visitor-badge.glitch.me/badge?page_id=THUDM.CogVideo" />'
15
 
16
  import json
17
  import requests
 
8
 
9
  MAINTENANCE_NOTICE='Sorry, due to computing resources issues, this space is under maintenance, and will be restored as soon as possible. '
10
 
11
+ DESCRIPTION = '''# <a href="https://ic66.ml">H-text-to-Video</a></br>
12
  '''
13
+ NOTES = '<p>本项目基于清华的CogVideo进行修改</p>'
14
+ FOOTER = '<img id="visitor-badge" alt="visitor badge" src="https://ic66.ml" />'
15
 
16
  import json
17
  import requests