eogreen commited on
Commit
62c6149
1 Parent(s): 4b57dab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def process_command(command, ddddd):
112
  # button_g.click(process_command, inputs=[textbox_g], outputs=output_g)
113
 
114
  # For the inputs parameter of Interface provide [textbox,company] with outputs parameter of Interface provide prediction
115
- operand = gr.Interface(fn=dprocess,
116
  inputs=[textbox],
117
  outputs="text",
118
  title="operand",
 
112
  # button_g.click(process_command, inputs=[textbox_g], outputs=output_g)
113
 
114
  # For the inputs parameter of Interface provide [textbox,company] with outputs parameter of Interface provide prediction
115
+ operand = gr.Interface(fn=process_command,
116
  inputs=[textbox],
117
  outputs="text",
118
  title="operand",