clr commited on
Commit
7a73b7f
·
1 Parent(s): dd2b02c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -3,10 +3,11 @@ import gradio as gr
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  iface.launch()
8
 
9
- gr.Interface.load("models/carlosdanielhernandezmena/wav2vec2-large-xlsr-53-icelandic-ep10-1000h").launch()
 
10
 
11
  #https://mercury-docs.readthedocs.io/en/latest/deploy/hugging-face-spaces/
12
  #https://huggingface.co/spaces/pplonski/deploy-mercury
 
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
+ #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  iface.launch()
8
 
9
+ iface = gr.Interface.load("models/carlosdanielhernandezmena/wav2vec2-large-xlsr-53-icelandic-ep10-1000h")
10
+ iface.launch()
11
 
12
  #https://mercury-docs.readthedocs.io/en/latest/deploy/hugging-face-spaces/
13
  #https://huggingface.co/spaces/pplonski/deploy-mercury