Spaces:
Runtime error
Runtime error
commit
Browse files
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 |
|