dhruvsaxena11 commited on
Commit
10b2723
·
verified ·
1 Parent(s): 162d0c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def plot_sensor_data(df):
63
  plt.close(fig)
64
  return Image.open(fig_path)
65
 
66
- pipe = pipeline("visual-question-answering", model="internlm/internlm-xcomposer2-vl-7b", trust_remote_code=True)
67
 
68
  # Generate recommendations
69
  def analyze_data(image, plot_path):
 
63
  plt.close(fig)
64
  return Image.open(fig_path)
65
 
66
+ pipe = pipeline("visual-question-answering", model="microsoft/git-large-vqav2")
67
 
68
  # Generate recommendations
69
  def analyze_data(image, plot_path):