Ailyth commited on
Commit
34be6b7
1 Parent(s): 0a3605f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ if __name__ == "__main__":
117
  speaker = list(speaker_ids.keys())[0]
118
  theme='remilia/Ghostly'
119
 
120
- with gr.Blocks() as app:
121
  with gr.Column():
122
  with gr.Column():
123
  gr.HTML('''<br><br>
 
117
  speaker = list(speaker_ids.keys())[0]
118
  theme='remilia/Ghostly'
119
 
120
+ with gr.Blocks(theme=theme) as app:
121
  with gr.Column():
122
  with gr.Column():
123
  gr.HTML('''<br><br>