Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ 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"
|
| 12 |
'''
|
| 13 |
NOTES = '<p>本项目基于清华的CogVideo进行修改</p>'
|
| 14 |
FOOTER = ''
|
|
|
|
| 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"></a></br>
|
| 12 |
'''
|
| 13 |
NOTES = '<p>本项目基于清华的CogVideo进行修改</p>'
|
| 14 |
FOOTER = ''
|