Spaces:
Runtime error
Runtime error
lalashechka
commited on
Commit
•
8132e49
1
Parent(s):
9ed34d8
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,10 @@ def flip_text(prompt, motion):
|
|
67 |
|
68 |
|
69 |
def flip_text2(encoded_string, prompt, motion):
|
|
|
|
|
|
|
|
|
70 |
try:
|
71 |
language = detect(prompt)
|
72 |
if language == 'ru':
|
|
|
67 |
|
68 |
|
69 |
def flip_text2(encoded_string, prompt, motion):
|
70 |
+
|
71 |
+
url_video_g = os.getenv("url_video_g")
|
72 |
+
url_video_c = os.getenv("url_video_c")
|
73 |
+
|
74 |
try:
|
75 |
language = detect(prompt)
|
76 |
if language == 'ru':
|