ThetaCursed / clean-ui

Simple UI for Llama-3.2-11B-Vision & Molmo-7B-D
Apache License 2.0
114 stars 24 forks source link

Added a gradio client application, server now has commandline options so that it doesn't rely on keyboard input #5

Open AmmarkoV opened 1 month ago

AmmarkoV commented 1 month ago

This patch adds a very simple client utility that can use the server to batch process images and retrieve output in JSON format. The server now has some command line options so that it doesn't necessarily rely on keyboard input and exposes the gradio API needed for the client. Hopefully you will like the changes :) !