Daniton commited on
Commit
fcfed57
·
1 Parent(s): 7113049

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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.