Update app.py
Browse files
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")
|
|
|
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
|