Spaces:
Running
on
Zero
Running
on
Zero
alibabasglab
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ ss_demo = gr.Interface(
|
|
111 |
)
|
112 |
|
113 |
tse_demo = gr.Interface(
|
114 |
-
fn=
|
115 |
inputs = [
|
116 |
gr.Video(label="Input Video"),
|
117 |
],
|
|
|
111 |
)
|
112 |
|
113 |
tse_demo = gr.Interface(
|
114 |
+
fn=fn_clearvoice_tse,
|
115 |
inputs = [
|
116 |
gr.Video(label="Input Video"),
|
117 |
],
|