Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ os.chdir("edge_vlm")
|
|
12 |
subprocess.run(["pip", "install", "-r", "requirements.txt"])
|
13 |
|
14 |
# Now import the model from the cloned repository
|
15 |
-
from model import MoondreamModel
|
16 |
import torch
|
17 |
import gradio as gr
|
18 |
|
|
|
12 |
subprocess.run(["pip", "install", "-r", "requirements.txt"])
|
13 |
|
14 |
# Now import the model from the cloned repository
|
15 |
+
from edge_vlm.model import MoondreamModel
|
16 |
import torch
|
17 |
import gradio as gr
|
18 |
|