irotem98 commited on
Commit
ae7d4d1
Β·
verified Β·
1 Parent(s): 892d0c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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