Tonic commited on
Commit
fd2300c
·
verified ·
1 Parent(s): 9ebe44b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.outputs.Textbox(label="Output"), gr.outputs.Textbox(label="Latency")],
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