Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
model = gr.load("models/speechbrain/metricgan-plus-voicebank")
|
5 |
|
6 |
# Create an interface for the model with a function
|
7 |
-
iface = gr.Interface(fn=model, inputs="audio", outputs="audio")
|
8 |
|
9 |
# Launch the interface
|
10 |
iface.launch()
|
|
|
4 |
model = gr.load("models/speechbrain/metricgan-plus-voicebank")
|
5 |
|
6 |
# Create an interface for the model with a function
|
7 |
+
iface = gr.Interface(fn=model, inputs="audio", outputs="audio", examples=None)
|
8 |
|
9 |
# Launch the interface
|
10 |
iface.launch()
|