Spaces:
Sleeping
Sleeping
Avinash Bissoondial commited on
Commit ·
bd4b418
1
Parent(s): 95618e1
Title fixes
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ mf_transcribe = gr.Interface(
|
|
| 139 |
gr.Checkbox(label="Use API", value=False)
|
| 140 |
],
|
| 141 |
outputs=["text",gr.Textbox(label="Time taken", type="text")], # Placeholder for transcribed text and time taken
|
| 142 |
-
title="
|
| 143 |
description=(
|
| 144 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
| 145 |
),
|
|
@@ -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="Welcome to QuickTranscribe
|
| 158 |
description=(
|
| 159 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
| 160 |
),
|
|
|
|
| 139 |
gr.Checkbox(label="Use API", value=False)
|
| 140 |
],
|
| 141 |
outputs=["text",gr.Textbox(label="Time taken", type="text")], # Placeholder for transcribed text and time taken
|
| 142 |
+
title="Welcome to QuickTranscribe",
|
| 143 |
description=(
|
| 144 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
| 145 |
),
|
|
|
|
| 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 |
),
|