svjack commited on
Commit
9f39d4d
1 Parent(s): 1cc8980

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -61,6 +61,7 @@ for model_name in tqdm(model_list):
61
  model_interface_list.append(gr_model_interface)
62
  if len(model_interface_list) >= MAX_MODEL_NUM:
63
  break
 
64
 
65
  def get_civital_iframe(url, width = 1400, height = 768, as_html = True, visible = False):
66
  html= '''
 
61
  model_interface_list.append(gr_model_interface)
62
  if len(model_interface_list) >= MAX_MODEL_NUM:
63
  break
64
+ print("load model num : {}".format(len(model_interface_list)))
65
 
66
  def get_civital_iframe(url, width = 1400, height = 768, as_html = True, visible = False):
67
  html= '''