Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
|
@@ -16,9 +16,9 @@ import os
|
|
| 16 |
import tempfile
|
| 17 |
import gradio as gr
|
| 18 |
|
| 19 |
-
description = """
|
| 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.
|
| 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):
|