xribene commited on
Commit
e7deac1
·
verified ·
1 Parent(s): 1ab193e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ model_card = ModelCard(
72
  # Build the endpoint
73
  with gr.Blocks() as demo:
74
  # Define your Gradio interface
75
- inputs = [
76
  gr.Audio(
77
  label="Audio Input",
78
  type="filepath"
 
72
  # Build the endpoint
73
  with gr.Blocks() as demo:
74
  # Define your Gradio interface
75
+ components = [
76
  gr.Audio(
77
  label="Audio Input",
78
  type="filepath"