Spanicin commited on
Commit
80d7905
·
verified ·
1 Parent(s): 2f9f5cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -324,8 +324,8 @@ def generate_video():
324
  # # response = await translate_text_async(text_prompt, target_language)
325
  # text_prompt = response.choices[0].message.content.strip()
326
 
327
- response = chat_avatar(text_prompt)
328
- text_prompt = response.choices[0].message.content.strip()
329
  app.config['text_prompt'] = text_prompt
330
  print('Final text prompt: ',text_prompt)
331
 
 
324
  # # response = await translate_text_async(text_prompt, target_language)
325
  # text_prompt = response.choices[0].message.content.strip()
326
 
327
+ # response = chat_avatar(text_prompt)
328
+ # text_prompt = response.choices[0].message.content.strip()
329
  app.config['text_prompt'] = text_prompt
330
  print('Final text prompt: ',text_prompt)
331