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(