Spaces:
Running
Running
richardzheng
commited on
Commit
•
986e368
1
Parent(s):
c2b9c56
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,6 @@ mf_transcribe = gr.Interface(
|
|
126 |
],
|
127 |
outputs="text",
|
128 |
layout="horizontal",
|
129 |
-
theme="huggingface",
|
130 |
allow_flagging="never",
|
131 |
)
|
132 |
|
@@ -140,7 +139,6 @@ file_transcribe = gr.Interface(
|
|
140 |
],
|
141 |
outputs="text",
|
142 |
layout="horizontal",
|
143 |
-
theme="huggingface",
|
144 |
allow_flagging="never",
|
145 |
)
|
146 |
|
@@ -154,7 +152,6 @@ yt_transcribe = gr.Interface(
|
|
154 |
],
|
155 |
outputs=["html", "text"],
|
156 |
layout="horizontal",
|
157 |
-
theme="huggingface",
|
158 |
allow_flagging="never",
|
159 |
)
|
160 |
|
|
|
126 |
],
|
127 |
outputs="text",
|
128 |
layout="horizontal",
|
|
|
129 |
allow_flagging="never",
|
130 |
)
|
131 |
|
|
|
139 |
],
|
140 |
outputs="text",
|
141 |
layout="horizontal",
|
|
|
142 |
allow_flagging="never",
|
143 |
)
|
144 |
|
|
|
152 |
],
|
153 |
outputs=["html", "text"],
|
154 |
layout="horizontal",
|
|
|
155 |
allow_flagging="never",
|
156 |
)
|
157 |
|