Update app.py
Browse files
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 = '
|
14 |
-
FOOTER = '<img id="visitor-badge" alt="visitor badge" src="https://
|
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
|