Update app.py
Browse files
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=
|
| 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",
|