broadfield-dev commited on
Commit
04a6795
·
verified ·
1 Parent(s): 2aef358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def index():
48
  return render_template(
49
  "index.html",
50
  server_ready=(ee_model is not None),
51
- model_name=ee_config["original_model"] if ee_config else None,
52
  space_url=SPACE_URL,
53
  )
54
 
 
48
  return render_template(
49
  "index.html",
50
  server_ready=(ee_model is not None),
51
+ model_name=ee_model_name if ee_config else None,
52
  space_url=SPACE_URL,
53
  )
54