Santiago Casas
running HF streamlit with files
cf450f7
meta {
name: upload file
type: http
seq: 1
}
post {
url: {{base_url}}/upload
body: multipartForm
auth: inherit
}
body:multipart-form {
file: @file()
}
settings {
encodeUrl: true
timeout: 0
}