rbcurzon_laptop commited on
Commit
b4db1a9
·
1 Parent(s): 09d93e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -213,15 +213,6 @@ mf_transcribe = gr.Interface(
213
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
214
  ],
215
  outputs="text",
216
- layout="horizontal",
217
- theme="huggingface",
218
- title="Whisper Medium: Transcribe Audio",
219
- description=(
220
- "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
221
- f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
222
- " of arbitrary length."
223
- ),
224
- allow_flagging="never",
225
  )
226
 
227
 
 
213
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
214
  ],
215
  outputs="text",
 
 
 
 
 
 
 
 
 
216
  )
217
 
218