Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="sky", secondary_hue="blue"), ti
|
|
39 |
with gr.Tab("Main Settings"):
|
40 |
audio_p = gr.Audio(type="filepath", label="Your Audio here")
|
41 |
wtar = gr.Button("Start!")
|
42 |
-
audio_q = gr.Textbox(label="Your Output here"
|
43 |
wtar.click(get_training_info, inputs=[audio_p], outputs=[audio_q])
|
44 |
with gr.Tab("Credits"):
|
45 |
gr.Markdown("### This code Originaly by [TheStinger](https://huggingface.co/TheStinger)")
|
|
|
39 |
with gr.Tab("Main Settings"):
|
40 |
audio_p = gr.Audio(type="filepath", label="Your Audio here")
|
41 |
wtar = gr.Button("Start!")
|
42 |
+
audio_q = gr.Textbox(scale=3, label="Your Output here")
|
43 |
wtar.click(get_training_info, inputs=[audio_p], outputs=[audio_q])
|
44 |
with gr.Tab("Credits"):
|
45 |
gr.Markdown("### This code Originaly by [TheStinger](https://huggingface.co/TheStinger)")
|