openfree commited on
Commit
d82704d
·
verified ·
1 Parent(s): 0f44b3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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],