Futuretop commited on
Commit
a2ed84a
Β·
verified Β·
1 Parent(s): a8150fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ config_mod_name = config.__class__.__module__
21
  config_mod = sys.modules[config_mod_name]
22
  code_dir = os.path.dirname(config_mod.__file__)
23
 
24
- modeling_path = os.path.join(code_dir, "modeling_florence2.py")
25
  if not os.path.exists(modeling_path):
26
  raise FileNotFoundError(f"Couldn’t find {modeling_path}")
27
 
 
21
  config_mod = sys.modules[config_mod_name]
22
  code_dir = os.path.dirname(config_mod.__file__)
23
 
24
+ modeling_path = os.path.join(code_dir, "app.py")
25
  if not os.path.exists(modeling_path):
26
  raise FileNotFoundError(f"Couldn’t find {modeling_path}")
27