Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,11 @@ import gradio as gr
|
|
4 |
import os
|
5 |
import spaces
|
6 |
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
|
9 |
# Agree to Terms of service
|
|
|
4 |
import os
|
5 |
import spaces
|
6 |
|
7 |
+
#inference:
|
8 |
+
# file_path: "output.wav"
|
9 |
+
# speaker_wav: "content/speaker.wav"
|
10 |
+
# language: "en"
|
11 |
+
|
12 |
|
13 |
|
14 |
# Agree to Terms of service
|