eswardivi commited on
Commit
b5cc82a
1 Parent(s): f07f41d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -75,8 +75,7 @@ def synthesize(article_url,progress_audio=gr.Progress()):
75
  chat.append(
76
  {
77
  "role": "user",
78
- "content": text + """\n Convert the provided text into a short, informative podcast conversation between two experts. The tone should be professional and engaging. Please adhere to the following format and return the conversation in JSON:
79
-
80
  {
81
  "conversation": [
82
  {"speaker": "", "text": ""},
 
75
  chat.append(
76
  {
77
  "role": "user",
78
+ "content": text + """\n Convert the provided text into a short, informative podcast conversation between two experts. The tone should be professional and engaging. Please adhere to the following format and return only JSON:
 
79
  {
80
  "conversation": [
81
  {"speaker": "", "text": ""},