Spaces:
Build error
Build error
Update app.py
Browse files
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>
|