friendliai/friendli-gradio
Python
Captured source
source ↗published Aug 20, 2025seen 5dcaptured 12hhttp 200method plain
friendliai/friendli-gradio
Language: Python
Stars: 0
Forks: 0
Open issues: 0
Created: 2025-08-20T08:00:05Z
Pushed: 2025-08-21T09:12:50Z
Default branch: main
Fork: no
Archived: no
README:
friendli-gradio
is a Python package that makes it very easy for developers to create machine learning apps that are powered by Friendli's API.
Installation
You can install friendli-gradio directly using pip:
pip install -U friendli-gradio
That's it!
Basic Usage
Just like if you were to use the friendli API, you should first save your Friendli API key to this environment variable:
export FRIENDLI_TOKEN=
Then in a Python file, write:
import gradio as gr import friendli_gradio gr.load( name='Qwen/Qwen3-235B-A22B-Instruct-2507', src=friendli_gradio.registry, ).launch()
Run the Python file, and you should see a Gradio ChatInterface connected to the model on Friendli!
Notability
notability 3.0/10Routine integration repo, no traction yet.