ACloudCenter commited on
Commit
1f6640c
·
verified ·
1 Parent(s): 07d938b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -75,7 +75,9 @@ with gr.Blocks(theme=theme) as demo:
75
  )
76
  output_text1 = gr.Textbox(
77
  label="Transcription",
78
- placeholder="Transcription will appear here..."
 
 
79
  )
80
  upload_button = gr.Button("Transcribe Uploaded Audio")
81
  upload_button.click(
 
75
  )
76
  output_text1 = gr.Textbox(
77
  label="Transcription",
78
+ placeholder="Transcription will appear here...",
79
+ lines=20,
80
+ autoscroll=True
81
  )
82
  upload_button = gr.Button("Transcribe Uploaded Audio")
83
  upload_button.click(