dlmn commited on
Commit
e834392
1 Parent(s): 5ac7141
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,7 +99,7 @@ mf_transcribe = gr.Interface(
99
  outputs="text",
100
  layout="horizontal",
101
  theme="huggingface",
102
- title="BHASHAVANI: Transcribe Audio",
103
  allow_flagging="never",
104
  )
105
 
@@ -112,7 +112,7 @@ file_transcribe = gr.Interface(
112
  outputs="text",
113
  layout="horizontal",
114
  theme="huggingface",
115
- title="BHASHAVANI: Transcribe Audio",
116
  allow_flagging="never",
117
  )
118
 
 
99
  outputs="text",
100
  layout="horizontal",
101
  theme="huggingface",
102
+ title="BHASHAVANI: Transcribe Audio 🎙️",
103
  allow_flagging="never",
104
  )
105
 
 
112
  outputs="text",
113
  layout="horizontal",
114
  theme="huggingface",
115
+ title="BHASHAVANI: Transcribe Audio 🎧",
116
  allow_flagging="never",
117
  )
118