You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I send a prompt to the chatbot, no response is returned, as shown in the attached screenshot.
The model status is Running, but there is no output or error message shown in the UI.
Below, I have provided the script that I run:
import gradio as gr
import sambanova_gradio
gr.load(
name='Qwen3-32B',
src=sambanova_gradio.registry,
).launch()