Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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],
|