Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -96,6 +96,7 @@ file_transcribe = gr.Interface(
|
|
96 |
)
|
97 |
|
98 |
with demo:
|
|
|
99 |
gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
|
100 |
|
101 |
demo.launch(enable_queue=True)
|
|
|
96 |
)
|
97 |
|
98 |
with demo:
|
99 |
+
gr.Column(scale=1)
|
100 |
gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
|
101 |
|
102 |
demo.launch(enable_queue=True)
|