Spaces:
Running
Running
asigalov61
commited on
Commit
•
d03481d
1
Parent(s):
1e866c6
Update app.py
Browse files
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(
|
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.Variable(0)
|
211 |
|
212 |
with gr.Tabs():
|
213 |
with gr.TabItem("instrument prompt") as tab1:
|