Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -87,6 +87,13 @@ def main():
|
|
87 |
gr.set_static_paths([PREVIEW_DIR])
|
88 |
|
89 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
with gr.Row():
|
91 |
with gr.Column(scale=1):
|
92 |
api_key_input = gr.Textbox(
|
|
|
87 |
gr.set_static_paths([PREVIEW_DIR])
|
88 |
|
89 |
with gr.Blocks() as demo:
|
90 |
+
# Include global CSS styles for the audio elements
|
91 |
+
gr.HTML("""
|
92 |
+
<style>
|
93 |
+
|
94 |
+
</style>
|
95 |
+
""")
|
96 |
+
|
97 |
with gr.Row():
|
98 |
with gr.Column(scale=1):
|
99 |
api_key_input = gr.Textbox(
|