jthteo commited on
Commit
214bf7b
1 Parent(s): e899559

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import numpy as np
4
 
5
 
6
- io1 = gr.Interface.load("huggingface/jthteo/hokkientranslator_en_hk")
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):