ciditel commited on
Commit
eac425b
1 Parent(s): 0f31a21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,8 +100,8 @@ file_transcribe = gr.Interface(
100
  ],
101
  outputs="text",
102
  #layout="horizontal",
103
- theme="huggingface",
104
- title="Whisper Large V3: Transcribe Audio",
105
  #description=(
106
  # "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
107
  # f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
 
100
  ],
101
  outputs="text",
102
  #layout="horizontal",
103
+ #theme="huggingface",
104
+ #title="Whisper Large V3: Transcribe Audio",
105
  #description=(
106
  # "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
107
  # f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"