dhruvsaxena11 commited on
Commit
162d0c0
·
verified ·
1 Parent(s): 43dda57

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="openbmb/MiniCPM-V", 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="internlm/internlm-xcomposer2-vl-7b", trust_remote_code=True)
67
 
68
  # Generate recommendations
69
  def analyze_data(image, plot_path):