Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ print('sys.path', sys.path)
|
|
| 16 |
|
| 17 |
# Form the command with the required arguments
|
| 18 |
command = [
|
| 19 |
-
'python', '
|
| 20 |
'--mode', 'app'
|
| 21 |
]
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
# Form the command with the required arguments
|
| 18 |
command = [
|
| 19 |
+
'python', 'injection_main_HF.py',
|
| 20 |
'--mode', 'app'
|
| 21 |
]
|
| 22 |
|