Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,8 @@ def audio_transcribe(inputs):
|
|
41 |
|
42 |
return [text, gr.Textbox(visible=True),gr.Textbox(visible=True),gr.Textbox(visible=True)]
|
43 |
|
|
|
|
|
44 |
|
45 |
with gr.Blocks() as transcriberUI:
|
46 |
gr.Markdown(
|
|
|
41 |
|
42 |
return [text, gr.Textbox(visible=True),gr.Textbox(visible=True),gr.Textbox(visible=True)]
|
43 |
|
44 |
+
def hidden_ask_question():
|
45 |
+
return [gr.Textbox(visible=False),gr.Textbox(visible=False),gr.Textbox(visible=False)]
|
46 |
|
47 |
with gr.Blocks() as transcriberUI:
|
48 |
gr.Markdown(
|