jonathanagustin commited on
Commit
97dbb55
·
verified ·
1 Parent(s): 742821d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +7 -0
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(