Update app.py
Browse files
app.py
CHANGED
@@ -297,18 +297,19 @@ with gr.Blocks(title="podXiv - Academic Paper to Podcast") as demo:
|
|
297 |
*⚠️ We need your OpenAI API Key!*
|
298 |
|
299 |
**1. Upload & Analyze**
|
300 |
-
- Upload your academic paper (
|
301 |
- AI analyzes the content and structure
|
302 |
|
303 |
-
**2. Generate
|
304 |
- Creates natural dialogue between author and student
|
305 |
- Focuses on key insights and explanations
|
306 |
|
307 |
**3. Create Audio**
|
308 |
-
-
|
309 |
-
- Combines segments into final podcast
|
310 |
|
311 |
-
**Note:** This process may take a few minutes as we generate high-quality audio for each segment.
|
|
|
|
|
312 |
"""
|
313 |
)
|
314 |
with gr.Column(scale=2):
|
|
|
297 |
*⚠️ We need your OpenAI API Key!*
|
298 |
|
299 |
**1. Upload & Analyze**
|
300 |
+
- Upload your academic paper (could be any PDF)
|
301 |
- AI analyzes the content and structure
|
302 |
|
303 |
+
**2. Generate Dialogue**
|
304 |
- Creates natural dialogue between author and student
|
305 |
- Focuses on key insights and explanations
|
306 |
|
307 |
**3. Create Audio**
|
308 |
+
- Combines the dialogue into a final podcast
|
|
|
309 |
|
310 |
+
**Note:** This process may take a few minutes (+/- 80 seconds) as we generate high-quality audio for each segment.
|
311 |
+
The overall podcast has a length between 2.30 and 5.00 minutes.
|
312 |
+
Also, the webapp might not work on mobile.
|
313 |
"""
|
314 |
)
|
315 |
with gr.Column(scale=2):
|