Spaces:
Running
Running
Trisha Tomy
commited on
Commit
·
0b5b38e
1
Parent(s):
92ef27f
Configure proxy-lite recorder to use a writable /tmp directory
Browse files
app.py
CHANGED
@@ -40,6 +40,9 @@ async def initialize_runner():
|
|
40 |
"api_key": hf_api_token
|
41 |
}
|
42 |
}
|
|
|
|
|
|
|
43 |
}
|
44 |
})
|
45 |
_runner = Runner(config=config)
|
|
|
40 |
"api_key": hf_api_token
|
41 |
}
|
42 |
}
|
43 |
+
},
|
44 |
+
"recorder": {
|
45 |
+
"root_path": "/tmp/proxy_lite_runs" # Point to a writable temp directory
|
46 |
}
|
47 |
})
|
48 |
_runner = Runner(config=config)
|