summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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