alamin655 commited on
Commit
6c839c8
1 Parent(s): 658f1f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import subprocess
2
  import os
3
 
4
  # Clone the repository
5
- subprocess.run(['git', 'clone', 'https://github.com/abacaj/replit-3B-inference.git'])
6
 
7
  # Change directory
8
  os.chdir('replit-3B-inference')
 
2
  import os
3
 
4
  # Clone the repository
5
+ subprocess.run(['git', 'clone', 'https://github.com/alamin655/replit-3B-inference.git'])
6
 
7
  # Change directory
8
  os.chdir('replit-3B-inference')