Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ def load_bot(
|
|
| 118 |
|
| 119 |
|
| 120 |
bot = load_bot(
|
| 121 |
-
env_file_path: str = ".env"
|
| 122 |
# env_file_path=args.env_file_path,
|
| 123 |
logging_config_path=args.logging_config_path,
|
| 124 |
model_cache_dir=args.model_cache_dir,
|
|
|
|
| 118 |
|
| 119 |
|
| 120 |
bot = load_bot(
|
| 121 |
+
env_file_path: str = ".env",
|
| 122 |
# env_file_path=args.env_file_path,
|
| 123 |
logging_config_path=args.logging_config_path,
|
| 124 |
model_cache_dir=args.model_cache_dir,
|