summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-12-22 18:14:55 -0800
committeryum <yum.food.vr@gmail.com>2023-12-22 18:15:36 -0800
commit50234bc3fab71f3e204f538b6fc4ca8237bcc068 (patch)
tree420e03eed7b750f709db282d88b81df68ee44430
parentaacbf094f6d0d5bb7518515fdba34d48403a5091 (diff)
Add UI picture
Also clean up some program output.
-rw-r--r--README.md2
-rw-r--r--app.py1
-rw-r--r--yapbox_ui.PNGbin0 -> 156336 bytes
3 files changed, 2 insertions, 1 deletions
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
--- /dev/null
+++ b/yapbox_ui.PNG
Binary files differ