Jirat Jaturanpinyo commited on
Commit
2dc5e33
·
verified ·
1 Parent(s): b0e5727

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -13
app.py CHANGED
@@ -1,13 +1 @@
1
- import gradio as gr
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