Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|