Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ def generate_podcast(input_type: str, input: str):
|
|
212 |
- "Text": Raw text input to convert directly
|
213 |
|
214 |
input (str): The actual input content matching the specified input_type:
|
215 |
-
- For "Document": Document URL (e.g. "https://example.com/doc.pdf")
|
216 |
- For "Link": Webpage URL (e.g. "https://example.com/article")
|
217 |
- For "Text": Plain text content
|
218 |
|
|
|
212 |
- "Text": Raw text input to convert directly
|
213 |
|
214 |
input (str): The actual input content matching the specified input_type:
|
215 |
+
- For "Document": Document or arxiv URL (e.g. "https://example.com/doc.pdf")
|
216 |
- For "Link": Webpage URL (e.g. "https://example.com/article")
|
217 |
- For "Text": Plain text content
|
218 |
|