Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ demo = gr.Interface(
|
|
17 |
gr.Radio(["add", "subtract", "multiply", "divide"]),
|
18 |
"text"
|
19 |
],
|
20 |
-
"
|
21 |
live=True,
|
22 |
)
|
23 |
demo.launch()
|
|
|
17 |
gr.Radio(["add", "subtract", "multiply", "divide"]),
|
18 |
"text"
|
19 |
],
|
20 |
+
"text",
|
21 |
live=True,
|
22 |
)
|
23 |
demo.launch()
|