Updated and tested using the sherpa onnx streaming file - had to download it and extract from tar.bz2 and recompress as zip but that was a start....

This commit is contained in:
2026-01-22 20:58:12 +11:00
parent ce72ef7a16
commit 05787d20d2
4 changed files with 82 additions and 69 deletions

View File

@@ -10,7 +10,15 @@
android:id="@+id/status_text_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Status"
android:textSize="18sp" />
android:text="Status: Checking..."
android:textSize="18sp"
android:gravity="center"
android:layout_marginBottom="24dp"/>
<Button
android:id="@+id/button_load_model"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Load Model from Zip" />
</LinearLayout>