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:
@@ -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>
|
||||
Reference in New Issue
Block a user