Spaces:
Build error
Build error
Halo Master
commited on
Commit
•
7bb1e39
1
Parent(s):
8e20523
gradio
Browse files
app.py
CHANGED
@@ -51,8 +51,8 @@ examples = [
|
|
51 |
|
52 |
iface = gr.Interface(
|
53 |
fn=answer,
|
54 |
-
inputs=gr.
|
55 |
-
outputs=gr.
|
56 |
examples=examples
|
57 |
)
|
58 |
iface.launch()
|
|
|
51 |
|
52 |
iface = gr.Interface(
|
53 |
fn=answer,
|
54 |
+
inputs=gr.Textbox(lines=5, label="Input Text"),
|
55 |
+
outputs=gr.Textbox(label="Generated Text"),
|
56 |
examples=examples
|
57 |
)
|
58 |
iface.launch()
|