Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ def gradio_interface(input_text):
|
|
| 84 |
iface = gr.Interface(
|
| 85 |
fn=gradio_interface,
|
| 86 |
inputs=gr.Code(lines=2, language="python", value="Add functions and your querry here..."),
|
| 87 |
-
outputs=[gr.
|
| 88 |
title=title,
|
| 89 |
description=description,
|
| 90 |
examples=EXAMPLES
|
|
|
|
| 84 |
iface = gr.Interface(
|
| 85 |
fn=gradio_interface,
|
| 86 |
inputs=gr.Code(lines=2, language="python", value="Add functions and your querry here..."),
|
| 87 |
+
outputs=[gr.Textbox(label="Output"), gr.Textbox(label="Latency")],
|
| 88 |
title=title,
|
| 89 |
description=description,
|
| 90 |
examples=EXAMPLES
|