Shokoufehhh commited on
Commit
8eac882
·
verified ·
1 Parent(s): 512b9f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()