Spaces:
Running
Running
Jirat Jaturanpinyo
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,13 +1 @@
|
|
1 |
-
import
|
2 |
-
|
3 |
-
with gr.Blocks() as demo:
|
4 |
-
RepositoryID = gr.Textbox(label="RepositoryID")
|
5 |
-
FileName = gr.Textbox(label="FileName")
|
6 |
-
Submit = gr.Button()
|
7 |
-
Output = gr.Textbox("",interactive=False)
|
8 |
-
|
9 |
-
@button.observe
|
10 |
-
def button_click():
|
11 |
-
output_text.text = "Running... \n " + RepositoryID.value + " " + FileName.value
|
12 |
-
|
13 |
-
demo.launch(quiet=True,share=False)
|
|
|
1 |
+
import voicevox_engine/run
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|