openfree commited on
Commit
c25388b
·
verified ·
1 Parent(s): 2677e2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,10 +26,10 @@ async def synthesize(article_url):
26
  except Exception as e:
27
  return f"Error: {str(e)}", None
28
 
29
- with gr.Blocks(theme='gstaff/sketch') as demo:
30
 
31
  with gr.Group():
32
- text = gr.Textbox(label="Article Link", placeholder="Enter the article URL here...")
33
  btn = gr.Button("Podcastify", variant="primary")
34
 
35
  with gr.Row():
 
26
  except Exception as e:
27
  return f"Error: {str(e)}", None
28
 
29
+ with gr.Blocks(theme='soft') as demo:
30
 
31
  with gr.Group():
32
+ text = gr.Textbox(label="Link: Article, Blog, News...", placeholder="Enter the article URL here...")
33
  btn = gr.Button("Podcastify", variant="primary")
34
 
35
  with gr.Row():