mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
This commit cache some of the model parameters to reduce the response time of shark web. Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com> Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
In order to launch SHARK-web, from the root SHARK directory, run:
IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
cd web
python index.py
This will launch a gradio server with a public URL like: Running on public URL: https://xxxxx.gradio.app