asigalov61 commited on
Commit
0ac9d22
1 Parent(s): d03481d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ if __name__ == "__main__":
207
  input_model = gr.Dropdown(label="select model", choices=["test0, test1"],
208
  type="value", value="test0")
209
 
210
- tab_select = gr.Variable(0)
211
 
212
  with gr.Tabs():
213
  with gr.TabItem("instrument prompt") as tab1:
 
207
  input_model = gr.Dropdown(label="select model", choices=["test0, test1"],
208
  type="value", value="test0")
209
 
210
+ tab_select = gr.Number(0)
211
 
212
  with gr.Tabs():
213
  with gr.TabItem("instrument prompt") as tab1: