DemiPoto commited on
Commit
b6c97f2
·
verified ·
1 Parent(s): ac589ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def choice_group_d(var_Test):
85
  def test_pass(test):
86
  print(test)
87
  if test==p:
88
- return = gr.Dropdown(label="test Model", show_label=False, choices=list(models_test) , allow_custom_value=True)
89
 
90
  def gen_fn(model_str, prompt):
91
  if model_str == 'NA':
 
85
  def test_pass(test):
86
  print(test)
87
  if test==p:
88
+ return gr.Dropdown(label="test Model", show_label=False, choices=list(models_test) , allow_custom_value=True)
89
 
90
  def gen_fn(model_str, prompt):
91
  if model_str == 'NA':