selfit-camera commited on
Commit
2ad47af
·
1 Parent(s): e2d30b3
Files changed (2) hide show
  1. app.py +1 -1
  2. push.sh +10 -0
app.py CHANGED
@@ -98,7 +98,7 @@ def generate_trump_voice_with_realtime_updates(text, word_num, request: gr.Reque
98
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
99
  transition: all 0.3s ease;
100
  border: none;
101
- '>🎬 Generate Video</a>
102
  <a href='{task_url}' target='_blank' style='
103
  display: inline-flex;
104
  align-items: center;
 
98
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
99
  transition: all 0.3s ease;
100
  border: none;
101
+ '>🎬 Generate 4K Video</a>
102
  <a href='{task_url}' target='_blank' style='
103
  display: inline-flex;
104
  align-items: center;
push.sh CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  git add .
2
  git commit -m "init"
3
  git push
 
1
+
2
+ # 设置仓库级别用户名
3
+ git config user.name "selfitcamera"
4
+ git config user.email "[email protected]"
5
+
6
+ # 验证
7
+ git config user.name
8
+ git config user.email
9
+
10
+
11
  git add .
12
  git commit -m "init"
13
  git push