Closed tengattack closed 2 months ago
Hi there,
Running without API_URL, it seems omni_gradio.py will load the model at current runtime directly, but it shows following error:
API_URL
omni_gradio.py
UnboundLocalError: local variable 'tik' referenced before assignment
This PR fix this.
hi, thanks for your contribution.
Hi there,
Running without
API_URL
, it seemsomni_gradio.py
will load the model at current runtime directly, but it shows following error:This PR fix this.