vilarin commited on
Commit
a28f743
·
verified ·
1 Parent(s): 592b6dc

Update app/webui/app.py

Browse files
Files changed (1) hide show
  1. app/webui/app.py +1 -1
app/webui/app.py CHANGED
@@ -180,7 +180,7 @@ with gr.Blocks(theme="soft", css=CSS, fill_height=True) as demo:
180
  value="Groq",
181
  visible=False,
182
  )
183
- model2 = gr.Textbox(label="Model 2", value="llama3-70b-8192", visible=False, )
184
  api_key2 = gr.Textbox(label="API_KEY 2", type="password", visible=False,)
185
  source_lang = gr.Textbox(
186
  label="Source Lang",
 
180
  value="Groq",
181
  visible=False,
182
  )
183
+ model2 = gr.Textbox(label="Model 2", value="llama3-70b-8192", visible=False,)
184
  api_key2 = gr.Textbox(label="API_KEY 2", type="password", visible=False,)
185
  source_lang = gr.Textbox(
186
  label="Source Lang",