Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from deepseek_vl2.models.conversation import SeparatorStyle
|
|
9 |
from deepseek_vl2.serve.app_modules.utils import configure_logger, strip_stop_words, pil_to_base64
|
10 |
from google.colab import files
|
11 |
|
12 |
-
#
|
13 |
repo_dir = "/content/DeepSeek-VL2"
|
14 |
if not os.path.exists(repo_dir):
|
15 |
subprocess.run(["git", "clone", "https://github.com/deepseek-ai/DeepSeek-VL2"], check=True)
|
|
|
9 |
from deepseek_vl2.serve.app_modules.utils import configure_logger, strip_stop_words, pil_to_base64
|
10 |
from google.colab import files
|
11 |
|
12 |
+
# Clone the DeepSeek-VL2 repository if not already present
|
13 |
repo_dir = "/content/DeepSeek-VL2"
|
14 |
if not os.path.exists(repo_dir):
|
15 |
subprocess.run(["git", "clone", "https://github.com/deepseek-ai/DeepSeek-VL2"], check=True)
|