awacke1 commited on
Commit
1af4d9f
1 Parent(s): 2d8d102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ demo = gr.Interface(
89
  gr.Radio(["add", "subtract", "multiply", "divide"]),
90
  "text"
91
  ],
92
- #"text",
93
  examples=examples,
94
  live=True,
95
  )
 
89
  gr.Radio(["add", "subtract", "multiply", "divide"]),
90
  "text"
91
  ],
92
+ "text",
93
  examples=examples,
94
  live=True,
95
  )