Update app.py
Browse files
app.py
CHANGED
|
@@ -318,7 +318,7 @@ if __name__ == '__main__':
|
|
| 318 |
"- [https://github.com/luoyily/MoeTTS](https://github.com/luoyily/MoeTTS)\n"
|
| 319 |
"- [https://github.com/Francis-Komizu/Sovits](https://github.com/Francis-Komizu/Sovits)"
|
| 320 |
)
|
| 321 |
-
app.queue(concurrency_count=3).launch(show_api=True, share=
|
| 322 |
def greet(name):
|
| 323 |
return "hahaha " + name + "!"
|
| 324 |
|
|
|
|
| 318 |
"- [https://github.com/luoyily/MoeTTS](https://github.com/luoyily/MoeTTS)\n"
|
| 319 |
"- [https://github.com/Francis-Komizu/Sovits](https://github.com/Francis-Komizu/Sovits)"
|
| 320 |
)
|
| 321 |
+
app.queue(concurrency_count=3).launch(show_api=True, share=True)
|
| 322 |
def greet(name):
|
| 323 |
return "hahaha " + name + "!"
|
| 324 |
|