Update app.py
Browse files
app.py
CHANGED
@@ -81,9 +81,9 @@ with gr.Blocks(theme="Hev832/Applio-Theme") as b:
|
|
81 |
with gr.Tab("Load Settings"):
|
82 |
load_file=gr.File()
|
83 |
with gr.Column(scale=1):
|
84 |
-
expbtn1=gr.Button("Example 1").click(exp1,None,[in_txt,load_file])
|
85 |
-
expbtn2=gr.Button("Example 2").click(exp2,None,[in_txt,load_file])
|
86 |
-
expbtn3=gr.Button("Example 3").click(exp3,None,[in_txt,load_file])
|
87 |
with gr.Accordion("Model Config"):
|
88 |
json_ob=gr.JSON(label="JSON")
|
89 |
f1=stream.change(button_on,stream,[stream_btn,sub_btn])
|
|
|
81 |
with gr.Tab("Load Settings"):
|
82 |
load_file=gr.File()
|
83 |
with gr.Column(scale=1):
|
84 |
+
# expbtn1=gr.Button("Example 1").click(exp1,None,[in_txt,load_file])
|
85 |
+
# expbtn2=gr.Button("Example 2").click(exp2,None,[in_txt,load_file])
|
86 |
+
# expbtn3=gr.Button("Example 3").click(exp3,None,[in_txt,load_file])
|
87 |
with gr.Accordion("Model Config"):
|
88 |
json_ob=gr.JSON(label="JSON")
|
89 |
f1=stream.change(button_on,stream,[stream_btn,sub_btn])
|