Spaces:
Runtime error
Runtime error
Commit
·
d917b97
1
Parent(s):
01b7946
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,6 @@ mf_transcribe = gr.Interface(
|
|
72 |
description= description ,
|
73 |
allow_flagging="never",
|
74 |
examples=examples,
|
75 |
-
theme='EveryPizza/Cartoony-Gradio-Theme',
|
76 |
)
|
77 |
|
78 |
rt_transcribe = gr.Interface(
|
@@ -87,7 +86,6 @@ rt_transcribe = gr.Interface(
|
|
87 |
title=title,
|
88 |
description= description ,
|
89 |
allow_flagging="never",
|
90 |
-
theme='EveryPizza/Cartoony-Gradio-Theme',
|
91 |
live=True,
|
92 |
)
|
93 |
|
|
|
72 |
description= description ,
|
73 |
allow_flagging="never",
|
74 |
examples=examples,
|
|
|
75 |
)
|
76 |
|
77 |
rt_transcribe = gr.Interface(
|
|
|
86 |
title=title,
|
87 |
description= description ,
|
88 |
allow_flagging="never",
|
|
|
89 |
live=True,
|
90 |
)
|
91 |
|