Spaces:
Sleeping
Sleeping
Commit
·
9f1af9b
1
Parent(s):
2ac8b73
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ if __name__ == "__main__":
|
|
| 218 |
input_model = gr.Dropdown(label="select model", choices=["test0", "test1"],
|
| 219 |
type="value", value="test0")
|
| 220 |
|
| 221 |
-
tab_select = 0
|
| 222 |
|
| 223 |
with gr.Tabs():
|
| 224 |
with gr.TabItem("instrument prompt") as tab1:
|
|
|
|
| 218 |
input_model = gr.Dropdown(label="select model", choices=["test0", "test1"],
|
| 219 |
type="value", value="test0")
|
| 220 |
|
| 221 |
+
tab_select = gr.Number(value=0, label='tab select')
|
| 222 |
|
| 223 |
with gr.Tabs():
|
| 224 |
with gr.TabItem("instrument prompt") as tab1:
|