insanecoder69 commited on
Commit
9039877
·
verified ·
1 Parent(s): 049a2bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=run_ttalkshow_model,
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"