Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ def gradio_interface(input_text):
|
|
| 83 |
|
| 84 |
iface = gr.Interface(
|
| 85 |
fn=gradio_interface,
|
| 86 |
-
inputs=gr.
|
| 87 |
outputs=[gr.outputs.Textbox(label="Output"), gr.outputs.Textbox(label="Latency")],
|
| 88 |
title=title,
|
| 89 |
description=description,
|
|
|
|
| 83 |
|
| 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.outputs.Textbox(label="Output"), gr.outputs.Textbox(label="Latency")],
|
| 88 |
title=title,
|
| 89 |
description=description,
|