eswardivi commited on
Commit
0cb994f
·
verified ·
1 Parent(s): ba70fc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def synthesize(article_url,progress_audio=gr.Progress()):
74
  chat.append(
75
  {
76
  "role": "user",
77
- "content": """{text} \n Convert the text as Elaborate Conversation between two people as Podcast.\nfollowing this template:
78
  {
79
  "conversation": [
80
  {"speaker": "", "text": ""},
 
74
  chat.append(
75
  {
76
  "role": "user",
77
+ "content": text+"""\n Convert the text as Elaborate Conversation between two people as Podcast.\nfollowing this template:
78
  {
79
  "conversation": [
80
  {"speaker": "", "text": ""},