Spaces:
Sleeping
Sleeping
Upload app.py
#2
by
fulankeeee
- opened
app.py
CHANGED
@@ -155,7 +155,7 @@ def process_audio_and_recommend(file_path):
|
|
155 |
|
156 |
# interface.launch()
|
157 |
|
158 |
-
with gr.Blocks(theme=gr.themes.Soft()) as interface:
|
159 |
gr.Markdown(
|
160 |
"""
|
161 |
<div style="text-align: center;">
|
|
|
155 |
|
156 |
# interface.launch()
|
157 |
|
158 |
+
with gr.Blocks(theme=gr.themes.Soft(), language="en") as interface:
|
159 |
gr.Markdown(
|
160 |
"""
|
161 |
<div style="text-align: center;">
|