Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -94,4 +94,4 @@ if __name__ == "__main__": # important for multiprocessing to work
|
|
94 |
outputs=[transcription_output, transcription_state, audio_output]
|
95 |
)
|
96 |
|
97 |
-
demo.launch(share=False)
|
|
|
94 |
outputs=[transcription_output, transcription_state, audio_output]
|
95 |
)
|
96 |
|
97 |
+
demo.launch(share=False)
|