Spaces:
Sleeping
Sleeping
Avinash Bissoondial
commited on
Commit
·
95618e1
1
Parent(s):
20953f9
Updated Title
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ file_transcribe = gr.Interface(
|
|
154 |
gr.Checkbox(label="Use API", value=False) # Checkbox for API usage
|
155 |
],
|
156 |
outputs=["text",gr.Textbox(label="Time taken", type="text")], # Placeholder for transcribed text and time taken
|
157 |
-
title="
|
158 |
description=(
|
159 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
160 |
),
|
|
|
154 |
gr.Checkbox(label="Use API", value=False) # Checkbox for API usage
|
155 |
],
|
156 |
outputs=["text",gr.Textbox(label="Time taken", type="text")], # Placeholder for transcribed text and time taken
|
157 |
+
title="Welcome to QuickTranscribe.",
|
158 |
description=(
|
159 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
160 |
),
|