Update app.py
Browse files
app.py
CHANGED
|
@@ -32,4 +32,4 @@ with gr.Blocks(theme=CustomMinimalTheme()) as demo:
|
|
| 32 |
transcribe_ui()
|
| 33 |
|
| 34 |
if __name__ == "__main__":
|
| 35 |
-
demo.launch(
|
|
|
|
| 32 |
transcribe_ui()
|
| 33 |
|
| 34 |
if __name__ == "__main__":
|
| 35 |
+
demo.launch(show_api=False)
|