Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,13 @@ This Gradio app converts PDFs into audio podcasts, lectures, summaries, and more
|
|
28 |
3. Customize the instructions if needed
|
29 |
4. Click "Generate Audio" to create your audio content
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
## Note
|
32 |
|
33 |
This app requires an OpenAI API key to function.
|
|
|
28 |
3. Customize the instructions if needed
|
29 |
4. Click "Generate Audio" to create your audio content
|
30 |
|
31 |
+
## Example
|
32 |
+
|
33 |
+
<audio controls>
|
34 |
+
<source src="https://raw.githubusercontent.com/lamm-mit/PDF2Audio/main/SciAgents%20discovery%20summary%20-%20example.mp3" type="audio/mpeg">
|
35 |
+
Your browser does not support the audio element.
|
36 |
+
</audio>
|
37 |
+
|
38 |
## Note
|
39 |
|
40 |
This app requires an OpenAI API key to function.
|