DemiPoto commited on
Commit
8ec162c
1 Parent(s): f54cd26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("okk")
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")