Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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',
|