frogcjn commited on
Commit
17fd359
1 Parent(s): 3a3a245

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ demo = gr.Interface(
15
  fn=calculator,
16
  inputs=[
17
  gr.CheckboxGroup(label="Please select the emotions.", choices=["I'm feeling along.", "I'm happy.", "I feel honored.", "I feel magnets", "I feel eager", "I;m feeling angry."])
18
- ],
19
  outputs="number",
20
  examples=[
21
  [5, "add", 3],
 
15
  fn=calculator,
16
  inputs=[
17
  gr.CheckboxGroup(label="Please select the emotions.", choices=["I'm feeling along.", "I'm happy.", "I feel honored.", "I feel magnets", "I feel eager", "I;m feeling angry."])
18
+ ],
19
  outputs="number",
20
  examples=[
21
  [5, "add", 3],