Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
0d2a813
1
Parent(s):
ddbd137
use Markdown for generated model response
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ iface = gr.Interface(
|
|
79 |
inputs=[],
|
80 |
outputs=[
|
81 |
gr.Text(label="Generated User Instruction"),
|
82 |
-
gr.
|
83 |
],
|
84 |
title=title,
|
85 |
description=description,
|
|
|
79 |
inputs=[],
|
80 |
outputs=[
|
81 |
gr.Text(label="Generated User Instruction"),
|
82 |
+
gr.Markdown(label="Generated Model Response"),
|
83 |
],
|
84 |
title=title,
|
85 |
description=description,
|