Spaces:
Running
Running
Update apps/gradio_app/components.py
Browse files
apps/gradio_app/components.py
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
import os
|
|
|
|
| 2 |
import subprocess
|
| 3 |
import uuid
|
| 4 |
from pathlib import Path
|
| 5 |
import shutil
|
|
|
|
| 6 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
| 7 |
|
| 8 |
def run_setup_script():
|
|
|
|
| 1 |
import os
|
| 2 |
+
import sys
|
| 3 |
import subprocess
|
| 4 |
import uuid
|
| 5 |
from pathlib import Path
|
| 6 |
import shutil
|
| 7 |
+
|
| 8 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
| 9 |
|
| 10 |
def run_setup_script():
|