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