Spaces:
Bradarr
/
Running on Zero

Bradarr commited on
Commit
c51f2cc
·
verified ·
1 Parent(s): dff16f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ This demo allows you to have a conversation with Sesame CSM 1B, leveraging Whisp
42
  SPEAKER_ID = 0 # Arbitrary speaker ID
43
  MAX_CONTEXT_SEGMENTS = 5
44
  MAX_GEMMA_LENGTH = 300
45
- device = "cuda" if torch.cuda.is_available() else "cpu"
46
 
47
  # Global conversation history
48
  conversation_history = []
 
42
  SPEAKER_ID = 0 # Arbitrary speaker ID
43
  MAX_CONTEXT_SEGMENTS = 5
44
  MAX_GEMMA_LENGTH = 300
45
+ device = "cuda" # if torch.cuda.is_available() else "cpu"
46
 
47
  # Global conversation history
48
  conversation_history = []