Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ mic_transcribe = gr.Interface(
|
|
126 |
)
|
127 |
|
128 |
# 메인 애플리케이션
|
129 |
-
demo = gr.Blocks(theme="Nymbo/Nymbo_Theme")
|
130 |
with demo:
|
131 |
gr.TabbedInterface(
|
132 |
[file_transcribe, mic_transcribe],
|
|
|
126 |
)
|
127 |
|
128 |
# 메인 애플리케이션
|
129 |
+
demo = gr.Blocks(theme="Nymbo/Nymbo_Theme",css=css)
|
130 |
with demo:
|
131 |
gr.TabbedInterface(
|
132 |
[file_transcribe, mic_transcribe],
|