Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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"
|