amraly1983 commited on
Commit
75e46fd
·
verified ·
1 Parent(s): f2950eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -6,10 +6,10 @@ with gr.Blocks(fill_height=True) as demo:
6
  gr.Markdown("# Inference Provider")
7
  gr.Markdown(
8
  "This Space showcases the speechbrain/sepformer-wham16k-enhancement model, "
9
- "served by the hf-inference API. Sign in with your Hugging Face account to use this API."
10
  )
11
- button = gr.Button("Sign in")
12
  with gr.Column(scale=3):
13
- gr.load("models/speechbrain/sepformer-wham16k-enhancement", provider="hf-inference")
14
 
15
  demo.launch()
 
6
  gr.Markdown("# Inference Provider")
7
  gr.Markdown(
8
  "This Space showcases the speechbrain/sepformer-wham16k-enhancement model, "
9
+ "served by the Hugging Face inference API. Sign in with your Hugging Face account to use this API."
10
  )
11
+ gr.Button("Sign in")
12
  with gr.Column(scale=3):
13
+ gr.load("huggingface/speechbrain/sepformer-wham16k-enhancement")
14
 
15
  demo.launch()