Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blocks_kitchen_sink and streaming_stt demos #4699

Merged
merged 5 commits into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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