eswardivi commited on
Commit
d36574f
·
verified ·
1 Parent(s): bf914a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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