Skip to content

Commit

Permalink
408 bug playground now has malefemale drop downs which dont do anythi…
Browse files Browse the repository at this point in the history
…ng (#427)

* fix: remove male/female dropdown for playground

* image update
  • Loading branch information
plutoless authored Nov 21, 2024
1 parent 6908526 commit 7ae5349
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
networks:
- ten_agent_network
ten_agent_playground:
image: ghcr.io/ten-framework/ten_agent_playground:0.5.0-88-g7db7dce
image: ghcr.io/ten-framework/ten_agent_playground:0.6.1-6-g6fef4a1
container_name: ten_agent_playground
restart: always
ports:
Expand Down
1 change: 0 additions & 1 deletion playground/src/components/Dynamic/RTCCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export default function RTCCard(props: { className?: string }) {
<div className="w-full">
<div className="flex w-full items-center justify-between p-2">
<h2 className="mb-2 text-xl font-semibold">Audio & Video</h2>
<AgentVoicePresetSelect />
</div>
<AgentView audioTrack={remoteuser?.audioTrack} />
</div>
Expand Down

0 comments on commit 7ae5349

Please sign in to comment.