Spaces:
Running
Running
Update app_tsukasa_remote.py
Browse files- app_tsukasa_remote.py +1 -1
app_tsukasa_remote.py
CHANGED
|
@@ -493,7 +493,7 @@ with gr.Blocks(title="Tsukasa 司", css=custom_css + "footer{display:none !impor
|
|
| 493 |
|
| 494 |
|
| 495 |
gr.TabbedInterface([longform, audio_inf, prompt_inference, read_me, read_me_jp],
|
| 496 |
-
['Kotodama Text Inference [Works Best!]', 'Voice-guided Inference','Prompt-guided Inference [Highly Experimental
|
| 497 |
|
| 498 |
if __name__ == "__main__":
|
| 499 |
demo.queue(api_open=False, max_size=15).launch(show_api=False, share=True)
|
|
|
|
| 493 |
|
| 494 |
|
| 495 |
gr.TabbedInterface([longform, audio_inf, prompt_inference, read_me, read_me_jp],
|
| 496 |
+
['Kotodama Text Inference [Works Best!]', 'Voice-guided Inference','Prompt-guided Inference [Highly Experimental]', 'Read Me! [English]', 'Read Me! [日本語]'])
|
| 497 |
|
| 498 |
if __name__ == "__main__":
|
| 499 |
demo.queue(api_open=False, max_size=15).launch(show_api=False, share=True)
|