Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,8 +87,7 @@ demo = gr.Interface(
|
|
87 |
[
|
88 |
"text",
|
89 |
gr.Radio(["add", "subtract", "multiply", "divide"]),
|
90 |
-
"text"
|
91 |
-
contextBox
|
92 |
],
|
93 |
"text",
|
94 |
examples=examples,
|
|
|
87 |
[
|
88 |
"text",
|
89 |
gr.Radio(["add", "subtract", "multiply", "divide"]),
|
90 |
+
"text"
|
|
|
91 |
],
|
92 |
"text",
|
93 |
examples=examples,
|