Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ Hugging Face Space Entry Point
|
|
| 4 |
This script clones the GitHub repository and runs the actual app from it.
|
| 5 |
This way, git operations in the app target the GitHub repo, not the HF Space.
|
| 6 |
"""
|
|
|
|
| 7 |
import os
|
| 8 |
import subprocess
|
| 9 |
import sys
|
|
|
|
| 4 |
This script clones the GitHub repository and runs the actual app from it.
|
| 5 |
This way, git operations in the app target the GitHub repo, not the HF Space.
|
| 6 |
"""
|
| 7 |
+
|
| 8 |
import os
|
| 9 |
import subprocess
|
| 10 |
import sys
|