Staticaliza commited on
Commit
77d5909
·
verified ·
1 Parent(s): b382e61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ model_wrapper = ModelWrapper()
63
  interface = gr.Interface(
64
  fn=model_wrapper.generate,
65
  inputs=gr.Textbox(lines=5, label="Input Prompt"),
66
- outputs=gr.Textbox(label="Generated Text", lines=10, streaming=True),
67
  title="Mistral-Large-Instruct-2407 Text Completion",
68
  description="Enter a prompt and receive a text completion using the Mistral-Large-Instruct-2407 INT4 model.",
69
  allow_flagging='never',
 
63
  interface = gr.Interface(
64
  fn=model_wrapper.generate,
65
  inputs=gr.Textbox(lines=5, label="Input Prompt"),
66
+ outputs=gr.Textbox(label="Generated Text", lines=10),
67
  title="Mistral-Large-Instruct-2407 Text Completion",
68
  description="Enter a prompt and receive a text completion using the Mistral-Large-Instruct-2407 INT4 model.",
69
  allow_flagging='never',