Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ def main():
|
|
| 180 |
mode_checkbox_group.change(fn=change_instruction, inputs=[mode_checkbox_group], outputs=[instruction_text])
|
| 181 |
prompt_wav_upload.change(fn=prompt_wav_recognition, inputs=[prompt_wav_upload], outputs=[prompt_text])
|
| 182 |
prompt_wav_record.change(fn=prompt_wav_recognition, inputs=[prompt_wav_record], outputs=[prompt_text])
|
| 183 |
-
demo.queue(default_concurrency_limit=4).launch(
|
| 184 |
|
| 185 |
|
| 186 |
if __name__ == '__main__':
|
|
|
|
| 180 |
mode_checkbox_group.change(fn=change_instruction, inputs=[mode_checkbox_group], outputs=[instruction_text])
|
| 181 |
prompt_wav_upload.change(fn=prompt_wav_recognition, inputs=[prompt_wav_upload], outputs=[prompt_text])
|
| 182 |
prompt_wav_record.change(fn=prompt_wav_recognition, inputs=[prompt_wav_record], outputs=[prompt_text])
|
| 183 |
+
demo.queue(default_concurrency_limit=4).launch()
|
| 184 |
|
| 185 |
|
| 186 |
if __name__ == '__main__':
|