Spaces:
Sleeping
Sleeping
Commit
·
ca55f88
1
Parent(s):
9976475
Add outputs text box
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ hf = gr.Interface(
|
|
10 |
title=title,
|
11 |
description=description,
|
12 |
article=article,
|
|
|
13 |
)
|
14 |
|
15 |
hf.launch()
|
|
|
10 |
title=title,
|
11 |
description=description,
|
12 |
article=article,
|
13 |
+
outputs = gr.Textbox(lines=2, label="Title")
|
14 |
)
|
15 |
|
16 |
hf.launch()
|