AnishHF commited on
Commit
da2c202
1 Parent(s): d145328

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ iface = gr.Interface(
41
  gr.inputs.Textbox(lines=5, label="Input Prompt"),
42
  ],
43
  outputs=gr.outputs.Textbox(label="Generated Text"),
44
- title="MixTRAL 8x22B Text Generation",
45
- description="Use this interface to generate text using the MixTRAL 8x22B language model.",
46
  )
47
 
48
  # Launch the Gradio interface
 
41
  gr.inputs.Textbox(lines=5, label="Input Prompt"),
42
  ],
43
  outputs=gr.outputs.Textbox(label="Generated Text"),
44
+ title="MisTRAL Text Generation",
45
+ description="Use this interface to generate text using the MisTRAL language model.",
46
  )
47
 
48
  # Launch the Gradio interface