Spaces:
Running
Running
Update app.py
Browse files
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='
|
30 |
|
31 |
with gr.Group():
|
32 |
-
text = gr.Textbox(label="Article
|
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():
|