Zac
Zac
You can just alter the control like in the drag and drop example page/css or here's a good post on styling input type=files: [Styling an input type=“file” button](https://stackoverflow.com/questions/572768/styling-an-input-type-file-button/25825731#25825731)
@Crypto69 as a clean workaround you can add an alias to your shell config ie. `.zshrc`, `.bashrc`, etc. I wanted the models stored in `/Volumes/T9/models` so these are the steps...
Here's an example of a basic endpoint which you can submit a file to. Submit the form/FormData, with a field named `uploaded` that contains your file and submit it to...
That makes me think of the server component `ServerLoad` although I have no experience with it yet. In the `Recorder` component I'm putting together, I have a typescript function that...
Oh okay, I was making it much more complex in my mind. 😃 The good news, what you're looking to do is possible with the current version of FastUI. It...
After renaming `MediaRecorder` to `Recorder` as to avoid conflicts with the browser API, the component is rendering correctly, requesting/gaining permission to access the microphone successfully, and starting/stopping the recording as...
## Quick update ### Changes / Current Functionality * The `Recorder` functions properly when recording audio. * Video might also be working but I don't have a webcam available to...
This middleware PR allowed me to get client side auto reloading working with Gradio's FastAPI mount_gradio_app function. I'm connected to the project through ssh in vscode which auto forwards the...
@microsoft-github-policy-service agree
It happens on Mac too.