akhaliq HF staff commited on
Commit
541de94
1 Parent(s): 957783c

remove groq access token

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -191,7 +191,6 @@ with gr.Blocks(fill_height=True) as demo:
191
  groq_interface = gr.load(
192
  name=groq_model.value,
193
  src=groq_gradio.registry,
194
- accept_token=True,
195
  fill_height=True
196
  )
197
 
@@ -199,7 +198,6 @@ with gr.Blocks(fill_height=True) as demo:
199
  return gr.load(
200
  name=new_model,
201
  src=groq_gradio.registry,
202
- accept_token=True,
203
  fill_height=True
204
  )
205
 
 
191
  groq_interface = gr.load(
192
  name=groq_model.value,
193
  src=groq_gradio.registry,
 
194
  fill_height=True
195
  )
196
 
 
198
  return gr.load(
199
  name=new_model,
200
  src=groq_gradio.registry,
 
201
  fill_height=True
202
  )
203