Yixuan Li commited on
Commit
2189176
·
1 Parent(s): 40bd0eb

revise example table

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def infer(audio_path: str) -> str:
89
 
90
  return output_file
91
 
92
- with gr.Blocks(title="STAR Online Inference", theme=gr.themes.Glass()) as demo:
93
  gr.Markdown("# STAR: Speech-to-Audio Generation via Representation Learning")
94
 
95
  gr.Markdown("""
 
89
 
90
  return output_file
91
 
92
+ with gr.Blocks(title="STAR Online Inference", theme=gr.themes.Soft()) as demo:
93
  gr.Markdown("# STAR: Speech-to-Audio Generation via Representation Learning")
94
 
95
  gr.Markdown("""