Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,6 @@ def response(
|
|
34 |
api_key=hf_token,
|
35 |
)
|
36 |
context = get_current_context()
|
37 |
-
print("context", context)
|
38 |
if context.webrtc_id not in conversations:
|
39 |
conversations[context.webrtc_id] = [
|
40 |
{
|
|
|
34 |
api_key=hf_token,
|
35 |
)
|
36 |
context = get_current_context()
|
|
|
37 |
if context.webrtc_id not in conversations:
|
38 |
conversations[context.webrtc_id] = [
|
39 |
{
|