Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
4bd0e60
1
Parent(s):
b8ec3bd
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,8 @@ iface = gr.Interface(
|
|
80 |
inputs=gr.Textbox(lines=5, label="Enter context here"),
|
81 |
outputs=gr.Textbox(lines=20, label="Generated Instruction-Response Pairs"),
|
82 |
title="Instruction-Response Pair Generator",
|
83 |
-
description=description
|
|
|
84 |
)
|
85 |
|
86 |
# Launch the interface
|
|
|
80 |
inputs=gr.Textbox(lines=5, label="Enter context here"),
|
81 |
outputs=gr.Textbox(lines=20, label="Generated Instruction-Response Pairs"),
|
82 |
title="Instruction-Response Pair Generator",
|
83 |
+
description=description,
|
84 |
+
examples=examples
|
85 |
)
|
86 |
|
87 |
# Launch the interface
|