I'm building a simple ML python app with Gradio on a Huggingface space.<p>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?<p>HF spaces seem not to have access to file system?
HN is not Stack Overflow. You might have more luck on the HF forums: <a href="https://discuss.huggingface.co/" rel="nofollow">https://discuss.huggingface.co/</a>