akhaliq HF staff commited on
Commit
3f9ab22
1 Parent(s): ff5756a

remove access token sambanova

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -145,7 +145,6 @@ with gr.Blocks(fill_height=True) as demo:
145
  llama_interface = gr.load(
146
  name=llama_model.value,
147
  src=sambanova_gradio.registry,
148
- accept_token=True,
149
  multimodal=True,
150
  fill_height=True
151
  )
@@ -154,7 +153,6 @@ with gr.Blocks(fill_height=True) as demo:
154
  return gr.load(
155
  name=new_model,
156
  src=sambanova_gradio.registry,
157
- accept_token=True,
158
  multimodal=True,
159
  fill_height=True
160
  )
 
145
  llama_interface = gr.load(
146
  name=llama_model.value,
147
  src=sambanova_gradio.registry,
 
148
  multimodal=True,
149
  fill_height=True
150
  )
 
153
  return gr.load(
154
  name=new_model,
155
  src=sambanova_gradio.registry,
 
156
  multimodal=True,
157
  fill_height=True
158
  )