Skip to content

Commit

Permalink
Fix blocks_kitchen_sink and streaming_stt demos (#4699)
Browse files Browse the repository at this point in the history
* Add code

* Add json file

* Remove streaming_stt demo

* Undo generate_notebooks

* Add blocks_kitchen_sink
  • Loading branch information
freddyaboulton committed Jun 28, 2023
1 parent 29c916c commit b7072b1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 66 deletions.
2 changes: 0 additions & 2 deletions demo/streaming_stt/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion demo/streaming_stt/requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion demo/streaming_stt/run.ipynb

This file was deleted.

57 changes: 0 additions & 57 deletions demo/streaming_stt/run.py

This file was deleted.

3 changes: 0 additions & 3 deletions demo/streaming_stt/setup.sh

This file was deleted.

4 changes: 2 additions & 2 deletions website/homepage/upload_demos.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# 1. all_demos includes all demos and is for testing PRs
# 2. reset_components includes media files that are only present in all_demos (only for PRs)
# 3. custom_path doesn't have .launch since the point is to show how to launch with uvicorn
# 4. The same reason as 2 for kitchen_sink_random
DEMOS_TO_SKIP = {"all_demos", "reset_components", "custom_path", "kitchen_sink_random"}
# 4. The same reason as 2 for kitchen_sink_random and blocks_kitchen_sink
DEMOS_TO_SKIP = {"all_demos", "reset_components", "custom_path", "kitchen_sink_random", "blocks_kitchen_sink"}


def upload_demo_to_space(
Expand Down

0 comments on commit b7072b1

Please sign in to comment.