Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,7 +185,7 @@ def generate_audio(
|
|
| 185 |
|
| 186 |
|
| 187 |
def build_interface():
|
| 188 |
-
with gr.Blocks(theme='
|
| 189 |
with gr.Row():
|
| 190 |
with gr.Column():
|
| 191 |
model_choice = gr.Dropdown(
|
|
|
|
| 185 |
|
| 186 |
|
| 187 |
def build_interface():
|
| 188 |
+
with gr.Blocks(theme='ParityError/Interstellar') as demo:
|
| 189 |
with gr.Row():
|
| 190 |
with gr.Column():
|
| 191 |
model_choice = gr.Dropdown(
|