dhruvsaxena11 commited on
Commit
e219358
·
verified ·
1 Parent(s): 2782d31

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="google/deplot")
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="ybelkada/blip2-opt-2.7b-fp16-sharded")
67
 
68
  # Generate recommendations
69
  def analyze_data(image, plot_path):