Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1329,7 +1329,7 @@ def launch_ui(demo_mode=False):
|
|
| 1329 |
visible=False)
|
| 1330 |
|
| 1331 |
inputs = [num_speakers_input, whisper_model_input, custom_prompt_input, offset_input, api_name_input,
|
| 1332 |
-
api_key_input, vad_filter_input, download_video_input, download_audio_input
|
| 1333 |
|
| 1334 |
# Function to toggle Light/Dark Mode
|
| 1335 |
def toggle_light(mode):
|
|
|
|
| 1329 |
visible=False)
|
| 1330 |
|
| 1331 |
inputs = [num_speakers_input, whisper_model_input, custom_prompt_input, offset_input, api_name_input,
|
| 1332 |
+
api_key_input, vad_filter_input, download_video_input, download_audio_input]
|
| 1333 |
|
| 1334 |
# Function to toggle Light/Dark Mode
|
| 1335 |
def toggle_light(mode):
|