Spaces:
Sleeping
Sleeping
adityas2410
commited on
Commit
•
301d155
1
Parent(s):
4942de1
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
|
4 |
# Gradio App
|
5 |
app = gr.TabbedInterface(
|
|
|
1 |
import gradio as gr
|
2 |
+
from ts_utilities import transcribe_speech, transcribe_long_form, text_to_speech
|
3 |
|
4 |
# Gradio App
|
5 |
app = gr.TabbedInterface(
|