GCLing commited on
Commit
f047769
·
verified ·
1 Parent(s): dfd5bb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -145,6 +145,7 @@ with gr.Blocks() as demo:
145
 
146
 
147
 
 
148
  # 其餘 Tab 可按原先寫法,或用 Blocks 方式
149
  with gr.TabItem("語音情緒"):
150
  audio = gr.Audio(sources="microphone", streaming=False, type="filepath", label="錄音")
 
145
 
146
 
147
 
148
+
149
  # 其餘 Tab 可按原先寫法,或用 Blocks 方式
150
  with gr.TabItem("語音情緒"):
151
  audio = gr.Audio(sources="microphone", streaming=False, type="filepath", label="錄音")