Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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):
|