Spaces:
Runtime error
Runtime error
Commit ·
f0aa454
1
Parent(s): 0019e18
Add password
Browse files
README.md
CHANGED
|
@@ -2,4 +2,5 @@
|
|
| 2 |
license: mit
|
| 3 |
title: Rvc
|
| 4 |
sdk: gradio
|
|
|
|
| 5 |
---
|
|
|
|
| 2 |
license: mit
|
| 3 |
title: Rvc
|
| 4 |
sdk: gradio
|
| 5 |
+
app_file: app.py
|
| 6 |
---
|
app.py
CHANGED
|
@@ -157,4 +157,4 @@ def ui():
|
|
| 157 |
return demo
|
| 158 |
|
| 159 |
|
| 160 |
-
ui().launch()
|
|
|
|
| 157 |
return demo
|
| 158 |
|
| 159 |
|
| 160 |
+
ui().launch(auth=("output", "becreative"))
|