Spaces:
Runtime error
Runtime error
Commit
·
9ad7eb4
1
Parent(s):
1ae9bce
minor changes (#2)
Browse files- switched to a Markdown output (683003e0372f12df7ae064112877876dd0c79fe4)
Co-authored-by: not-lain <not-lain@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -80,8 +80,7 @@ def main(
|
|
| 80 |
],
|
| 81 |
inputs = [interface_input]
|
| 82 |
)
|
| 83 |
-
output = gr.
|
| 84 |
-
lines=30,
|
| 85 |
label="Output",
|
| 86 |
)
|
| 87 |
submit.click(
|
|
|
|
| 80 |
],
|
| 81 |
inputs = [interface_input]
|
| 82 |
)
|
| 83 |
+
output = gr.Markdown(
|
|
|
|
| 84 |
label="Output",
|
| 85 |
)
|
| 86 |
submit.click(
|