Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
# Load the model without
|
4 |
-
iface = gr.Interface.load("models/speechbrain/metricgan-plus-voicebank"
|
5 |
|
6 |
# Launch the interface
|
7 |
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
# Load the model without the examples argument
|
4 |
+
iface = gr.Interface.load("models/speechbrain/metricgan-plus-voicebank")
|
5 |
|
6 |
# Launch the interface
|
7 |
iface.launch()
|