Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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')
|