Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ with demo:
|
|
| 28 |
Start typing below to see the output.
|
| 29 |
"""
|
| 30 |
)
|
| 31 |
-
input = gr.Textbox(placeholder="[INST]
|
| 32 |
output = gr.Textbox()
|
| 33 |
|
| 34 |
input.change(fn=return_text, inputs=input, outputs=output)
|
|
|
|
| 28 |
Start typing below to see the output.
|
| 29 |
"""
|
| 30 |
)
|
| 31 |
+
input = gr.Textbox(placeholder="[INST] Recommend some Hollywood movies [/INST]")
|
| 32 |
output = gr.Textbox()
|
| 33 |
|
| 34 |
input.change(fn=return_text, inputs=input, outputs=output)
|