From 50234bc3fab71f3e204f538b6fc4ca8237bcc068 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 22 Dec 2023 18:14:55 -0800 Subject: Add UI picture Also clean up some program output. --- README.md | 2 ++ app.py | 1 - yapbox_ui.PNG | Bin 0 -> 156336 bytes 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 yapbox_ui.PNG diff --git a/README.md b/README.md index ada8b5e..c67b96b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ should automatically open a tab in your browser showing you the UI. If it doesn't, type "localhost:7860" in your browser URL field (leave out the quotes). +![UI example](yapbox_ui.PNG) + ## Building from source First install python 3.10.9. Make sure that Powershell is using that version by diff --git a/app.py b/app.py index f6e3894..eb603af 100644 --- a/app.py +++ b/app.py @@ -59,7 +59,6 @@ class MicStream(AudioStream): self.fps = fps print(f"Finding mic {which_mic}", file=sys.stderr) - self.dumpMicDevices() got_match = False device_index = -1 diff --git a/yapbox_ui.PNG b/yapbox_ui.PNG new file mode 100644 index 0000000..07bd557 Binary files /dev/null and b/yapbox_ui.PNG differ -- cgit v1.2.3