Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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": ""},
|