Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def run_talkshow_model(audio_file):
|
|
37 |
|
38 |
# Set up the Gradio interface
|
39 |
interface = gr.Interface(
|
40 |
-
fn=
|
41 |
inputs=gr.Audio(source="upload", type="filepath"),
|
42 |
outputs="text",
|
43 |
title="TalkSHOW: Audio to Mesh"
|
|
|
37 |
|
38 |
# Set up the Gradio interface
|
39 |
interface = gr.Interface(
|
40 |
+
fn=run_talkshow_model,
|
41 |
inputs=gr.Audio(source="upload", type="filepath"),
|
42 |
outputs="text",
|
43 |
title="TalkSHOW: Audio to Mesh"
|