Spaces:
Runtime error
Runtime error
Commit
·
a168a16
1
Parent(s):
fb49ad8
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def call_gradio_api(user_input):
|
|
10 |
# Interface for the Gradio app
|
11 |
iface = gr.Interface(
|
12 |
fn=call_gradio_api,
|
13 |
-
inputs=gr.inputs.Textbox(lines=
|
14 |
outputs=[gr.outputs.Textbox(label="Output 1"),
|
15 |
gr.outputs.Textbox(label="Output 2"),
|
16 |
gr.outputs.Textbox(label="Output 3")]
|
|
|
10 |
# Interface for the Gradio app
|
11 |
iface = gr.Interface(
|
12 |
fn=call_gradio_api,
|
13 |
+
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
14 |
outputs=[gr.outputs.Textbox(label="Output 1"),
|
15 |
gr.outputs.Textbox(label="Output 2"),
|
16 |
gr.outputs.Textbox(label="Output 3")]
|