Blane187 commited on
Commit
07cf45f
1 Parent(s): ff93cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -43,5 +43,16 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="sky", secondary_hue="blue"), ti
43
  with gr.Tab("Credits"):
44
  gr.Markdown("### This code Originaly by [TheStinger](https://huggingface.co/TheStinger)")
45
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
  demo.launch(debug=True)
 
43
  with gr.Tab("Credits"):
44
  gr.Markdown("### This code Originaly by [TheStinger](https://huggingface.co/TheStinger)")
45
 
46
+ with gr.Tqb('Tutorial'):
47
+ gr.Markdown(
48
+ """
49
+ Step by Step to use this stuff lol
50
+
51
+ 1. Upload audio file (or record yourself by tap mic button)
52
+ 2. Click `Start!` button
53
+
54
+ And, You Done!
55
+ """
56
+ )
57
 
58
  demo.launch(debug=True)