Spaces:
Sleeping
Sleeping
Update bckp.py
Browse files
bckp.py
CHANGED
|
@@ -149,7 +149,7 @@ def synthesize(article_url,progress_audio=gr.Progress()):
|
|
| 149 |
with gr.Blocks(theme='soft') as demo:
|
| 150 |
|
| 151 |
with gr.Group():
|
| 152 |
-
text = gr.Textbox(label="
|
| 153 |
btn = gr.Button("Podcastify", variant="primary")
|
| 154 |
with gr.Row():
|
| 155 |
conv_display = gr.Textbox(label="Conversation", interactive=False)
|
|
|
|
| 149 |
with gr.Blocks(theme='soft') as demo:
|
| 150 |
|
| 151 |
with gr.Group():
|
| 152 |
+
text = gr.Textbox(label="Link")
|
| 153 |
btn = gr.Button("Podcastify", variant="primary")
|
| 154 |
with gr.Row():
|
| 155 |
conv_display = gr.Textbox(label="Conversation", interactive=False)
|