Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
# coding: utf-8
|
| 3 |
from gtts import gTTS
|
| 4 |
import gradio as gr
|
| 5 |
from PyPDF2 import PdfFileReader
|
|
@@ -122,6 +121,4 @@ iface = gr.Interface(
|
|
| 122 |
outputs= [gr.outputs.Audio(type="file", label="Audio du livre")
|
| 123 |
,gr.outputs.Textbox(label="resultat")],
|
| 124 |
theme="dark-seafoam")
|
| 125 |
-
iface.launch()
|
| 126 |
-
|
| 127 |
-
# GPS ou GSM qui a le GPS (150k, 15k)
|
|
|
|
| 1 |
+
|
|
|
|
| 2 |
from gtts import gTTS
|
| 3 |
import gradio as gr
|
| 4 |
from PyPDF2 import PdfFileReader
|
|
|
|
| 121 |
outputs= [gr.outputs.Audio(type="file", label="Audio du livre")
|
| 122 |
,gr.outputs.Textbox(label="resultat")],
|
| 123 |
theme="dark-seafoam")
|
| 124 |
+
iface.launch()
|
|
|
|
|
|