Alioth86 commited on
Commit
187ee6c
1 Parent(s): 7bed2dc

Add application file

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,9 +16,9 @@ import os
16
  import tempfile
17
  import gradio as gr
18
 
19
- description = """#**SpeechAbstractor**
20
  This app allows you to upload an article with Abstract in .pdf and summarize the Abstract itself and speak it out loud.
21
- Some examples are given here below. Plese, help yourself!"""
22
 
23
  #reporting the created functions for the part 1
24
  def text_extraction(element):
 
16
  import tempfile
17
  import gradio as gr
18
 
19
+ description = """**SpeechAbstractor**\n
20
  This app allows you to upload an article with Abstract in .pdf and summarize the Abstract itself and speak it out loud.
21
+ Some examples are given here below. Please, help yourself!"""
22
 
23
  #reporting the created functions for the part 1
24
  def text_extraction(element):