asigalov61 commited on
Commit
1e866c6
1 Parent(s): 59dc1a8

Update app.py

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