Shokoufehhh commited on
Commit
146e60d
·
verified ·
1 Parent(s): 85e46a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
- # Load the model without caching examples
4
- iface = gr.Interface.load("models/speechbrain/metricgan-plus-voicebank", examples=None)
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()