Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import numpy as np
|
4 |
|
5 |
|
6 |
-
io1 = gr.Interface.load("huggingface/
|
7 |
# io2 = gr.Interface.load("huggingface/jthteo/hokkientranslator_hk_en", api_key=os.environ['api_key'])
|
8 |
|
9 |
def inference(audio, model):
|
|
|
3 |
import numpy as np
|
4 |
|
5 |
|
6 |
+
io1 = gr.Interface.load("huggingface/facebook/xm_transformer_s2ut_en-hk")
|
7 |
# io2 = gr.Interface.load("huggingface/jthteo/hokkientranslator_hk_en", api_key=os.environ['api_key'])
|
8 |
|
9 |
def inference(audio, model):
|