Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ iface = gr.Interface(
|
|
| 55 |
fn=call_generate_text,
|
| 56 |
inputs=[
|
| 57 |
gr.Textbox(lines=3, label="Input Prompt"),
|
| 58 |
-
gr.Textbox(lines=2, label="System Message", value="
|
| 59 |
],
|
| 60 |
outputs=gr.Textbox(label="Generated Text"),
|
| 61 |
title="Phi-3-mini-128k-instruct",
|
|
|
|
| 55 |
fn=call_generate_text,
|
| 56 |
inputs=[
|
| 57 |
gr.Textbox(lines=3, label="Input Prompt"),
|
| 58 |
+
gr.Textbox(lines=2, label="System Message", value="You are a helpful assistant."),
|
| 59 |
],
|
| 60 |
outputs=gr.Textbox(label="Generated Text"),
|
| 61 |
title="Phi-3-mini-128k-instruct",
|