DeepLearning101 commited on
Commit
fbc7d22
·
verified ·
1 Parent(s): 013222f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -136,8 +136,7 @@ if __name__ == "__main__":
136
  type="filepath",
137
  label="請上傳混音音檔 (支援格式: mp3/wav/ogg)",
138
  sources=["upload", "microphone"],
139
- max_length=180,
140
- image_mode="RGB"
141
  ),
142
  outputs=[
143
  gr.Audio(label="語音軌道 1", format="wav"),
 
136
  type="filepath",
137
  label="請上傳混音音檔 (支援格式: mp3/wav/ogg)",
138
  sources=["upload", "microphone"],
139
+ max_length=180
 
140
  ),
141
  outputs=[
142
  gr.Audio(label="語音軌道 1", format="wav"),