Spaces:
Running
Running
remove groq access token
Browse files
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 |
|