Spaces:
Runtime error
Runtime error
Commit
·
2844917
1
Parent(s):
685f85f
Update app.py
Browse files
app.py
CHANGED
|
@@ -208,7 +208,7 @@ def vc_single(
|
|
| 208 |
app = gr.Blocks()
|
| 209 |
with app:
|
| 210 |
with gr.Tabs():
|
| 211 |
-
with gr.TabItem("
|
| 212 |
gr.Markdown(
|
| 213 |
value="""
|
| 214 |
RVC Online demo
|
|
|
|
| 208 |
app = gr.Blocks()
|
| 209 |
with app:
|
| 210 |
with gr.Tabs():
|
| 211 |
+
with gr.TabItem("Demo"):
|
| 212 |
gr.Markdown(
|
| 213 |
value="""
|
| 214 |
RVC Online demo
|