Rukshan J. Senanayaka
Rukshan J. Senanayaka
> the fix is to simply not upgrade to 3.2.0. the only change in 3.2.0 is the upgrade to flutter 3. if you are not ready for flutter 3, then...
> Same here, I installed 3.1.0 version because I use Flutter 2.10.5. > > Im not ready for Flutter 3 Did the 3.1.0 version work with Flutter 2.10.5 without any...
**UPDATE :** I got the setup working with Flutter 2.10.5 and version 3.1.0. The issue I faced: I was putting `infinite_scroll_pagination: ^3.1.0` in `pubspec.yaml` and "The ^ symbol before the...
- Total duration, `controller.value.metaData.duration.inSeconds` - Current position, `controller.value.position.inSeconds` @prashantspandey if this answers your question please close this issue.
I can work on this with some guidance @gschier I Have decent knowledge on the tech stack.
> @adenalhardan Yes, instead of using the API client library, I ended up directly using the HTTP API endpoint. Using independent HTTP clients (1 per worker thread), then no problems....
> @RukshanJS Here's what I've been using, maybe it'll fix your error > > ``` > import base64 > import json > import requests > import google.auth > import google.auth.transport.requests...
### My current code is, ``` def upload_file(file_path): return genai.upload_file(pathlib.Path(file_path)) def analyze_frames(frame_paths): model = genai.GenerativeModel("gemini-1.5-pro") prompt = """ Give me a description after looking at these images """ # Upload...
Hey can anyone point me to somewhere that specifies the recommended infrastructure to deploy/run this model? Eg. How much VRAM, CPU cores needed etc etc.
Hi @akinmail did you manage to solve this?