Ask HN: How to access files in /tmp in a HF space (GUI)?
I'm building a simple ML python app with Gradio on a Huggingface space.
My main function should return a .txt file (actuallly - file.name which is a path to file) filled with text using a tempfile module. The "outputs" parameter in gradio.Interface is set to "textbox". After the compeltion of the processing there is "/tmp/tmp0m22k8nw.txt" displayed in the outputs textbox in the app. How can I access this .txt file in the HF space?
HF spaces seem not to have access to file system?
1 comment
[ 2.8 ms ] story [ 15.7 ms ] thread