Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
openai.api_key = os.environ['OPENAI_KEY']
|
6 |
|
7 |
supportLanguages = [
|
8 |
-
["
|
9 |
["粤语", "粤语"],
|
10 |
["古文", "文言文"],
|
11 |
["af","Afrikaans"],
|
|
|
5 |
openai.api_key = os.environ['OPENAI_KEY']
|
6 |
|
7 |
supportLanguages = [
|
8 |
+
["auto", "自动识别"],
|
9 |
["粤语", "粤语"],
|
10 |
["古文", "文言文"],
|
11 |
["af","Afrikaans"],
|