ginipick commited on
Commit
81a31f5
·
verified ·
1 Parent(s): fe178db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -185,7 +185,8 @@ def generate_audio(
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(
 
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(