kahennefer commited on
Commit
45bc3f2
1 Parent(s): 73bdf01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def generate_audio_func(pdf_file):
79
 
80
  # Define app name, app description, and examples
81
  app_name = "PDF to Audio Converter"
82
- app_description = "Convert text from a PDF file to audio. Upload a PDF file. We accept only PDF files"
83
 
84
  # Create the Gradio app
85
  input_component = gr.File(file_types=["pdf"])
 
79
 
80
  # Define app name, app description, and examples
81
  app_name = "PDF to Audio Converter"
82
+ app_description = "Convert text from a PDF file to audio. Upload a PDF file. We accept only PDF files with abstracts."
83
 
84
  # Create the Gradio app
85
  input_component = gr.File(file_types=["pdf"])