Dao3 commited on
Commit
62caeb1
·
1 Parent(s): 5c5ceb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ import gradio as gr
5
  openai.api_key = os.environ['OPENAI_KEY']
6
 
7
  supportLanguages = [
8
- ["自动识别", "auto"],
9
- ["粤语", "yue"],
10
  ["古文", "wyw"],
11
  ["af","Afrikaans"],
12
  ["ak","Akan"],
 
5
  openai.api_key = os.environ['OPENAI_KEY']
6
 
7
  supportLanguages = [
8
+ ["自动识别", "自动识别"],
9
+ ["粤语", "粤语"],
10
  ["古文", "wyw"],
11
  ["af","Afrikaans"],
12
  ["ak","Akan"],