PlantBasedTen commited on
Commit
1464700
1 Parent(s): 9dffb9c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,7 +70,7 @@ args = parseargs()
70
 
71
 
72
  def load_bot(
73
- env_file_path: str = ".env",
74
  logging_config_path: str = "logging.yaml",
75
  model_cache_dir: str = "/model_cache",
76
  embedding_model_device: str = "cuda:0",
@@ -117,7 +117,7 @@ def load_bot(
117
 
118
 
119
  bot = load_bot(
120
- env_file_path=args.env_file_path,
121
  logging_config_path=args.logging_config_path,
122
  model_cache_dir=args.model_cache_dir,
123
  embedding_model_device=args.embedding_model_device,
 
70
 
71
 
72
  def load_bot(
73
+ # env_file_path: str = ".env",
74
  logging_config_path: str = "logging.yaml",
75
  model_cache_dir: str = "/model_cache",
76
  embedding_model_device: str = "cuda:0",
 
117
 
118
 
119
  bot = load_bot(
120
+ # env_file_path=args.env_file_path,
121
  logging_config_path=args.logging_config_path,
122
  model_cache_dir=args.model_cache_dir,
123
  embedding_model_device=args.embedding_model_device,