Spaces:
Runtime error
Runtime error
should not leave on debug text
Browse files- charles_actor.py +1 -1
charles_actor.py
CHANGED
@@ -32,7 +32,7 @@ class CharlesActor:
|
|
32 |
self._respond_to_prompt_actor = RespondToPromptActor.remote()
|
33 |
|
34 |
self._debug_queue = [
|
35 |
-
"hello, how are you today?",
|
36 |
# "hmm, interesting, tell me more about that.",
|
37 |
]
|
38 |
print("010")
|
|
|
32 |
self._respond_to_prompt_actor = RespondToPromptActor.remote()
|
33 |
|
34 |
self._debug_queue = [
|
35 |
+
# "hello, how are you today?",
|
36 |
# "hmm, interesting, tell me more about that.",
|
37 |
]
|
38 |
print("010")
|