Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,8 @@ def generate_audio(
|
|
185 |
|
186 |
|
187 |
def build_interface():
|
188 |
-
|
|
|
189 |
with gr.Row():
|
190 |
with gr.Column():
|
191 |
model_choice = gr.Dropdown(
|
|
|
185 |
|
186 |
|
187 |
def build_interface():
|
188 |
+
# UI 테마를 Neumorphic 테마로 변경하였습니다.
|
189 |
+
with gr.Blocks(theme=gr.themes.Neumorphic()) as demo:
|
190 |
with gr.Row():
|
191 |
with gr.Column():
|
192 |
model_choice = gr.Dropdown(
|