openfree commited on
Commit
0da7f63
·
verified ·
1 Parent(s): b5e3bd1

Update bckp.py

Browse files
Files changed (1) hide show
  1. bckp.py +1 -1
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="Article Link")
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)