Solomin0
Solomin0
> If the `auth_message` parameter supported Markdown/HTML, would this issue be resolved? If so, that's definitely doable. Sounds good to me. Btw the current docs say auth message is HTML...
> @Solomin0 I built a login/account create/password reset flow using Gradio. It's part of my main app. I created the various "forms" under specific gr.Row()s, and then show and hide...
@abidlabs do you know would this approach still allow me to utilize gr.State values? because it is a "fake" login all hosted on the same page wouldnt all users be...
I think I figured out the difference. I had queue = False in one of my signals when it needed to be true for both of them. That is what...
Just read over the .queue documentation it looks like because my chat function is a different function it gets a different cpu/stack so I think they dont interfere. Please correct...
I have been able to address this by adding a progress bar within my status textbox. Not super complicated and will only work for easily segment able files but would...
thanks @pdevine. When copying the blobs/manifests directories for model A I have that working fine. How could I go about introducing model B to the directories without overriding model A...
@pdevine I am working on linux. unpacking my tar ```tar -xvf models/ollama_models/ollama_models_jan.tar.gz -C /root/.ollama``` My understanding was that unpacking is destructive similar to ```cp``` but it seems more similar to...
Great thanks!
Hey @pdevine I had to put this down for a bit but I am back and having issues. I am copying the models folder using `tar -czvf /workspace/outbox_tars/examplename_hash_size.tar.gz /models` Then...