dlmn commited on
Commit
a18d43b
·
1 Parent(s): fc13f27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -100,10 +100,6 @@ mf_transcribe = gr.Interface(
100
  layout="horizontal",
101
  theme="huggingface",
102
  title="BHASHAVANI: Transcribe Audio",
103
- description=(
104
- "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
105
- f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
106
- " of arbitrary length."
107
  ),
108
  allow_flagging="never",
109
  )
@@ -118,10 +114,6 @@ file_transcribe = gr.Interface(
118
  layout="horizontal",
119
  theme="huggingface",
120
  title="BHASHAVANI: Transcribe Audio",
121
- description=(
122
- "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
123
- f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
124
- " of arbitrary length."
125
  ),
126
  allow_flagging="never",
127
  )
@@ -136,10 +128,6 @@ yt_transcribe = gr.Interface(
136
  layout="horizontal",
137
  theme="huggingface",
138
  title="BHASHAVANI: Transcribe YouTube",
139
- description=(
140
- "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
141
- f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
142
- " arbitrary length."
143
  ),
144
  allow_flagging="never",
145
  )
 
100
  layout="horizontal",
101
  theme="huggingface",
102
  title="BHASHAVANI: Transcribe Audio",
 
 
 
 
103
  ),
104
  allow_flagging="never",
105
  )
 
114
  layout="horizontal",
115
  theme="huggingface",
116
  title="BHASHAVANI: Transcribe Audio",
 
 
 
 
117
  ),
118
  allow_flagging="never",
119
  )
 
128
  layout="horizontal",
129
  theme="huggingface",
130
  title="BHASHAVANI: Transcribe YouTube",
 
 
 
 
131
  ),
132
  allow_flagging="never",
133
  )