Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ nlp = classla.Pipeline('hr')
|
|
11 |
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
12 |
# iface.launch()
|
13 |
|
14 |
-
import gradio as gr
|
15 |
from gtts import gTTS
|
16 |
import wavio
|
17 |
|
@@ -86,3 +85,4 @@ iface.launch()
|
|
86 |
|
87 |
|
88 |
|
|
|
|
11 |
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
12 |
# iface.launch()
|
13 |
|
|
|
14 |
from gtts import gTTS
|
15 |
import wavio
|
16 |
|
|
|
85 |
|
86 |
|
87 |
|
88 |
+
|