Spaces:
Running
on
Zero
Running
on
Zero
hungchiayu1
commited on
Commit
•
28e9fe3
1
Parent(s):
b76c2d1
minor fix
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ description_text = ""
|
|
106 |
# Gradio input and output components
|
107 |
input_text = gr.Textbox(lines=2, label="Prompt")
|
108 |
output_audio = gr.Audio(label="Generated Audio", type="filepath")
|
109 |
-
denoising_steps = gr.Slider(minimum=
|
110 |
guidance_scale = gr.Slider(minimum=1, maximum=10, value=3, step=0.1, label="Guidance Scale", interactive=True)
|
111 |
|
112 |
# Gradio interface
|
|
|
106 |
# Gradio input and output components
|
107 |
input_text = gr.Textbox(lines=2, label="Prompt")
|
108 |
output_audio = gr.Audio(label="Generated Audio", type="filepath")
|
109 |
+
denoising_steps = gr.Slider(minimum=100, maximum=200, value=100, step=1, label="Steps", interactive=True)
|
110 |
guidance_scale = gr.Slider(minimum=1, maximum=10, value=3, step=0.1, label="Guidance Scale", interactive=True)
|
111 |
|
112 |
# Gradio interface
|