fffiloni commited on
Commit
f61459f
1 Parent(s): 5cee161

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', 'injection_main.py',
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