Update app.py
Browse files
app.py
CHANGED
|
@@ -255,7 +255,7 @@ yt_transcribe = gr.Interface(
|
|
| 255 |
with gr.Blocks() as demo:
|
| 256 |
with gr.Row():
|
| 257 |
gr.LoginButton().activate()
|
| 258 |
-
gr.LogoutButton()
|
| 259 |
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Microphone or Audio file", "YouTube"])
|
| 260 |
|
| 261 |
demo.launch(debug=True)
|
|
|
|
| 255 |
with gr.Blocks() as demo:
|
| 256 |
with gr.Row():
|
| 257 |
gr.LoginButton().activate()
|
| 258 |
+
gr.LogoutButton()
|
| 259 |
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Microphone or Audio file", "YouTube"])
|
| 260 |
|
| 261 |
demo.launch(debug=True)
|