Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def choice_group_d(var_Test):
|
|
90 |
|
91 |
def test_pass(test):
|
92 |
if test==os.getenv('p'):
|
93 |
-
print("
|
94 |
return gr.Dropdown(label="test Model", show_label=False, choices=list(models_test) , allow_custom_value=True)
|
95 |
else:
|
96 |
print("nop")
|
|
|
90 |
|
91 |
def test_pass(test):
|
92 |
if test==os.getenv('p'):
|
93 |
+
print("ok")
|
94 |
return gr.Dropdown(label="test Model", show_label=False, choices=list(models_test) , allow_custom_value=True)
|
95 |
else:
|
96 |
print("nop")
|