Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def ai4p_gradio(input):
|
|
16 |
|
17 |
demo = gr.Interface(
|
18 |
fn=ai4p_gradio,
|
19 |
-
inputs=gr.Textbox(lines=
|
20 |
outputs=gr.HighlightedText(label="output"),
|
21 |
)
|
22 |
demo.launch()
|
|
|
16 |
|
17 |
demo = gr.Interface(
|
18 |
fn=ai4p_gradio,
|
19 |
+
inputs=gr.Textbox(lines=10, label="Input"),
|
20 |
outputs=gr.HighlightedText(label="output"),
|
21 |
)
|
22 |
demo.launch()
|