Blane187 commited on
Commit
0b33fb8
1 Parent(s): f7a2d31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", scale=3)
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)")