Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
# Clone and install dependencies
|
3 |
print("Cloning the repository...")
|
4 |
subprocess.run(["git", "clone", "https://huggingface.co/irotem98/edge_vlm"])
|
@@ -11,9 +15,6 @@ print("Copying files...")
|
|
11 |
source_dir = "edge_vlm"
|
12 |
destination_dir = "."
|
13 |
|
14 |
-
import os
|
15 |
-
import shutil
|
16 |
-
import subprocess
|
17 |
import torch
|
18 |
import gradio as gr
|
19 |
|
|
|
1 |
|
2 |
+
import os
|
3 |
+
import shutil
|
4 |
+
import subprocess
|
5 |
+
|
6 |
# Clone and install dependencies
|
7 |
print("Cloning the repository...")
|
8 |
subprocess.run(["git", "clone", "https://huggingface.co/irotem98/edge_vlm"])
|
|
|
15 |
source_dir = "edge_vlm"
|
16 |
destination_dir = "."
|
17 |
|
|
|
|
|
|
|
18 |
import torch
|
19 |
import gradio as gr
|
20 |
|