Spaces:
Runtime error
Runtime error
Yixuan Li
commited on
Commit
·
2189176
1
Parent(s):
40bd0eb
revise example table
Browse files
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.
|
| 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("""
|