akhaliq HF staff commited on
Commit
1ae4543
1 Parent(s): 8173b7d

remove accept token

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -479,8 +479,7 @@ with gr.Blocks(fill_height=True) as demo:
479
  together_interface = gr.load(
480
  name=together_model.value,
481
  src=together_gradio.registry,
482
- accept_token=True,
483
- multimodal=True, # Added multimodal support
484
  fill_height=True
485
  )
486
 
@@ -488,8 +487,7 @@ with gr.Blocks(fill_height=True) as demo:
488
  return gr.load(
489
  name=new_model,
490
  src=together_gradio.registry,
491
- accept_token=True,
492
- multimodal=True, # Added multimodal support
493
  fill_height=True
494
  )
495
 
 
479
  together_interface = gr.load(
480
  name=together_model.value,
481
  src=together_gradio.registry,
482
+ multimodal=True,
 
483
  fill_height=True
484
  )
485
 
 
487
  return gr.load(
488
  name=new_model,
489
  src=together_gradio.registry,
490
+ multimodal=True,
 
491
  fill_height=True
492
  )
493