artificialguybr commited on
Commit
1870996
1 Parent(s): 7590c6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ max_tokens_input = gr.Slider(minimum=1, maximum=1024, step=1, value=1024, label=
60
  iface = gr.Interface(fn=call_mistral_7b_api,
61
  inputs=[content_input, system_prompt_input, temperature_input, top_p_input, max_tokens_input],
62
  outputs="text",
63
- title="Mistral-7B API Explorer",
64
- description="Explore the capabilities of Mistral-7B Instruct"
65
  )
66
 
67
  iface.launch()
 
60
  iface = gr.Interface(fn=call_mistral_7b_api,
61
  inputs=[content_input, system_prompt_input, temperature_input, top_p_input, max_tokens_input],
62
  outputs="text",
63
+ title="Mixtral 8x7B Instruct Free Demo",
64
+ description="Explore the capabilities of Mixtral 8x7B Instruct Free Demo"
65
  )
66
 
67
  iface.launch()