Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,10 @@ import gradio as gr
|
|
8 |
|
9 |
from model import AppModel
|
10 |
|
|
|
|
|
|
|
|
|
11 |
DESCRIPTION = '''# <a href="https://github.com/THUDM/CogVideo">CogVideo</a>
|
12 |
|
13 |
The model accepts only Chinese as input.
|
|
|
8 |
|
9 |
from model import AppModel
|
10 |
|
11 |
+
import os
|
12 |
+
|
13 |
+
os.system("pip install git+https://github.com/Sleepychord/Image-Local-Attention@43fee31")
|
14 |
+
|
15 |
DESCRIPTION = '''# <a href="https://github.com/THUDM/CogVideo">CogVideo</a>
|
16 |
|
17 |
The model accepts only Chinese as input.
|