lalashechka commited on
Commit
bbc3e9e
1 Parent(s): 9c88c69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,7 +36,7 @@ def animate_img(encoded_string):
36
  return sd_video[0]
37
 
38
 
39
- def flip_text1(prompt, motion):
40
  try:
41
  language = detect(prompt)
42
  if language == 'ru':
@@ -91,7 +91,7 @@ def flip_text1(prompt, motion):
91
 
92
 
93
 
94
- def flip_text21(encoded_string, prompt, motion):
95
 
96
  url_video_g = os.getenv("url_video_g")
97
  url_video_c = os.getenv("url_video_c")
 
36
  return sd_video[0]
37
 
38
 
39
+ def flip_text(prompt, motion):
40
  try:
41
  language = detect(prompt)
42
  if language == 'ru':
 
91
 
92
 
93
 
94
+ def flip_text2(encoded_string, prompt, motion):
95
 
96
  url_video_g = os.getenv("url_video_g")
97
  url_video_c = os.getenv("url_video_c")