Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def generate_sample_audio(text: str, temperature: float, interface_state, speake
|
|
71 |
# Create the Gradio interface
|
72 |
with gr.Blocks(title="OuteTTS Speaker Creator", theme=gr.themes.Soft()) as demo:
|
73 |
# Add spacing to avoid Hugging Face header overlap
|
74 |
-
gr.HTML("<div style='height:
|
75 |
|
76 |
with gr.Row():
|
77 |
gr.Markdown("""
|
|
|
71 |
# Create the Gradio interface
|
72 |
with gr.Blocks(title="OuteTTS Speaker Creator", theme=gr.themes.Soft()) as demo:
|
73 |
# Add spacing to avoid Hugging Face header overlap
|
74 |
+
gr.HTML("<div style='height: 200px;'></div>")
|
75 |
|
76 |
with gr.Row():
|
77 |
gr.Markdown("""
|